[AccessControl] element index

Package indexes

All elements
g i l p r u _
_
top
Variable $_isLocked
Gate::$_isLocked in Gate.inc
a locked gate requires comparison of user's authorization
Variable $_isOpen
Gate::$_isOpen in Gate.inc
a closed gate requires Authentication to proceed
Variable $_locks
Gate::$_locks in Gate.inc
A list of credentials that can unlock the Gate
Method _testCompKey
Test comp keys on a Gate's locks.
Method _testSiteKey
Test site keys on a Gate's locks.
Method _testTeamKey
Test team keys on a Gate's locks.
g
top
Method Gate
Gate::Gate() in Gate.inc
Gate Constructor.
Class Gate
Gate in Gate.inc
Access Control Mechanism.
Page Gate.inc
Gate.inc in Gate.inc
i
top
Method isAdequatePermissions
Method isLocked
Gate::isLocked() in Gate.inc
Tests whether a gate is locked or not.
Method isOpen
Gate::isOpen() in Gate.inc
Tests whether a gate is open or not.
l
top
Method lockGate
Gate::lockGate() in Gate.inc
Locks a Gate.
Method lowerPortcullis
Close the Gate.
p
top
Page Permissions.inc
Permissions.inc in Permissions.inc
Method Permissions
Permissions::Permissions() in Permissions.inc
Class Permissions
Permissions in Permissions.inc
Implements the Permissions system
r
top
Method raisePortcullis
Opens an unlocked Gate.
u
top
Method unlockGate
Gate::unlockGate() in Gate.inc
Attempts to unlock a Gate.
g i l p r u _