Difference: TWikiAccessDotPm (3 vs. 4)

Revision 42008-01-21 - TWikiContributor

Line: 5 to 5
 
Changed:
<
<

ClassMethod new ()

>
>

ClassMethod new ($session)

 
Changed:
<
<
Construct a new singleton object to manage the permissions database.
>
>
Constructor.
 
Changed:
<
<

ObjectMethod permissionsSet ($web) -> $boolean

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

>
>

ObjectMethod finish ()

Break circular references.
 
Line: 30 to 27
  Check if user is allowed to access topic
  • $action - 'VIEW', 'CHANGE', 'CREATE', etc.
Changed:
<
<
  • $user - User object
>
>
  • $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)
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiAccessDotPm.