Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
Main
Sandbox
TWiki
You are here:
FS
>
TWiki Web
>
TWikiAccessDotPm
r1 - 17 Dec 2005 - 13:33 -
TWikiContributor
E
dit
A
ttach
P
rintable
Start of topic |
Skip to actions
Package
TWiki::Access
A singleton object of this class manages the access control database.
Package TWiki::Access
ClassMethod new
()
ObjectMethod permissionsSet
($web) -> $boolean
ObjectMethod getReason
() -> $string
ObjectMethod checkAccessPermission
($action,$user,$text,$topic,$web) -> $boolean
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.
End of topic
Skip to actions
|
Back to top
E
dit
|
A
ttach
|
P
rintable
|
R
aw view
|
Backlinks:
We
b
,
A
l
l webs
|
H
istory
: r1
|
M
ore topic actions
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding FS?
Send feedback