Remove old TWiki pages
[openafs-wiki.git] / TWiki / TWikiAccessDotPm.mdwn
diff --git a/TWiki/TWikiAccessDotPm.mdwn b/TWiki/TWikiAccessDotPm.mdwn
deleted file mode 100644 (file)
index 072f39c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# <a name="Package &lt;code&gt;TWiki::Access="></a> Package =TWiki::Access
-
-A singleton object of this class manages the access control database.
-
-<div>
-  <ul>
-    <li><a href="#Package =TWiki::Access="> Package TWiki::Access</a><ul>
-        <li><a href="#ClassMethod <strong>new</strong> ($session)"> ClassMethod new <tt>($session)</tt></a></li>
-        <li><a href="#ObjectMethod <strong>finish</strong> ()"> ObjectMethod finish <tt>()</tt></a></li>
-        <li><a href="#ObjectMethod <strong>getReason</strong> () -> $"> ObjectMethod getReason <tt>() -&gt; $string</tt></a></li>
-        <li><a href="#ObjectMethod *check_AccessPermis"> ObjectMethod checkAccessPermission <tt>($action,$user,$text,$meta,$topic,$web) -&gt; $boolean</tt></a></li>
-      </ul>
-    </li>
-  </ul>
-</div>
-
-## <a name="ClassMethod &lt;strong&gt;new&lt;/strong&gt; ($session)"></a> [[ClassMethod]] **new** `($session)`
-
-Constructor.
-
-## <a name="ObjectMethod &lt;strong&gt;finish&lt;/strong&gt; ()"></a> [[ObjectMethod]] **finish** `()`
-
-Break circular references.
-
-## <a name="ObjectMethod &lt;strong&gt;getReason&lt;/strong&gt; () - $s"></a> [[ObjectMethod]] **getReason** `() -> $string`
-
-Return a string describing the reason why the last access control failure occurred.
-
-## <a name="ObjectMethod &lt;strong&gt;check_AccessPermis"></a> [[ObjectMethod]] \*checkAccessPermission `($action,$user,$text,$meta,$topic,$web) -> $boolean`
-
-Check if user is allowed to access topic
-
-- `$action` - 'VIEW', 'CHANGE', 'CREATE', etc.
-- `$user` - User id (**not** wikiname)
-- `$text` - If undef or '': Read '$theWebName.$theTopicName' to check permissions
-- `$meta` - If undef, but `$text` is defined, then metadata will be parsed from `$text`. If defined, then metadata embedded in `$text` will be ignored. Always ignored if `$text` is undefined. Settings in `$meta` override \* Set settings in plain text.
-- `$topic` - Topic name to check, e.g. 'SomeTopic' \*undef to check web perms only)
-- `$web` - Web, e.g. 'Know'
-
-If the check fails, the reason can be recoveered using getReason.