(3 vs. 4) TWikiAccessDotPm < TWiki < TWiki

Home - this site is powered by TWiki(R)
TWiki  TWikiAccessDotPm (3 vs. 4)

Welcome | Register | Changes | Topics | Index | Search | Go

 <<O>>  Difference Topic TWikiAccessDotPm (4 - 2008-01-22 - TWikiContributor)
 

Package =TWiki::Access

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

Changed:
<
<

ClassMethod new ()

>
>

ClassMethod new ($session)

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

ObjectMethod permissionsSet ($web) -> $boolean

>
>

ObjectMethod finish ()

Added:
>
>
Break circular references.
 
Deleted:
<
<
Are there any security restrictions for this Web (ignoring settings on individual pages).
 
Deleted:
<
<
 

ObjectMethod getReason () -> $string

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

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

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)
  • $web - Web, e.g. 'Know'
If the check fails, the reason can be recoveered using getReason.


View | History: r5 < r4 < r3 < r2 | More

This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2025 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.

Revision r5 - 2013-10-14 - 08:02:47 - TWikiContributor Edit

(%REVTITLE2% vs. %REVTITLE1%) TWikiAccessDotPm < TWiki < TWiki