You are here: Foswiki>System Web>Category>DeveloperDocumentationCategory>PerlDoc (2024-12-23, UnknownUser)Edit Attach
See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview
internal package Foswiki::Access A singleton object of this class manages the access control database.
ClassMethod new($session) Constructor.
ObjectMethod finish() Break circular references.
ObjectMethod getReason() → $string Return a string describing the reason why the last access control failure occurred.
ObjectMethod haveAccess($mode, $User, $web, $topic, $attachment) → $boolean ObjectMethod haveAccess($mode, $User, $meta) → $boolean ObjectMethod haveAccess($mode, $User, $address) → $boolean $mode - 'VIEW', 'CHANGE', 'CREATE', etc. (defaults to VIEW) $cUID - Canonical user id (defaults to current user) Check if the user has the given mode of access to the topic. This call may result in the topic being read.
ObjectMethod getCacheEntry($meta, $mode, $cUID) → $boolean returns the cached access result for a given meta object
ObjectMethod setCacheEntry($meta, $mode, $cUID, $boolean) → $boolean caches the result for a computed access right
ObjectMethod unsetCacheEntry($meta, $mode, $cUID) deletes a cache result for a computed access right
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback