This web contains the official documentation of the TWiki Release 4.0.2, code named DakarRelease. It is a read-only web for reference. Please update documentation at TWiki.TWikiAccessDotPm. -- PeterThoeny - 30 Mar 2007
You are here: TWiki> TWiki04 Web>TWikiAccessDotPm (01 Feb 2006, TWikiContributor)
Tags:
create new tag
, view all tags

Package TWiki::Access

A singleton object of this class manages the access control database.

ClassMethod new ()

Construct a new singleton object to manage the permissions database.

ObjectMethod permissionsSet ($web) -> $boolean

Are there any security restrictions for this Web (ignoring settings on individual pages).

ObjectMethod getReason () -> $string

Return a string describing the reason why the last access control failure occurred.

ObjectMethod checkAccessPermission ($action,$user,$text,$topic,$web) -> $boolean

Check if user is allowed to access topic
  • $action - 'VIEW', 'CHANGE', 'CREATE', etc.
  • $user - User object
  • $text - If undef or '': Read '$theWebName.$theTopicName' to check permissions
  • $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.

Topic revision: r1 - 01 Feb 2006 - 12:01:24 - TWikiContributor
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback