wCMF
3.6
|
Go to the source code of this file.
Classes | |
class | RightsManager |
Variables | |
const | ACTION_READ "read" |
const | ACTION_MODIFY "modify" |
const | ACTION_DELETE "delete" |
const | ACTION_CREATE "create" |
const | RIGHT_MODIFIER_ALLOW "+" |
const | RIGHT_MODIFIER_DENY "-" |
const | AUTHORIZATION_SECTION "authorization" |
$PUBLIC_ACTIONS = array('fatal', 'login', 'dologin', 'logout') | |
const ACTION_READ "read" |
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Some constants describing actions on PersistentObjects
Definition at line 28 of file class.RightsManager.php.
Referenced by PersistenceMapper\authorizationFailedError(), AsyncPagingController\executeKernel(), EditRightsController\executeKernel(), DisplayController\executeKernel(), PagingController\executeKernel(), TreeViewController\getChildren(), SearchController\getObjects(), and PersistenceMapper\load().
const ACTION_MODIFY "modify" |
Definition at line 29 of file class.RightsManager.php.
Referenced by EditRightsController\executeKernel(), LockManager\handleLocking(), PersistenceMapper\load(), PersistenceMapper\save(), and PersistentObject\save().
const ACTION_DELETE "delete" |
Definition at line 30 of file class.RightsManager.php.
Referenced by PersistenceMapper\delete(), PersistentObject\delete(), and EditRightsController\executeKernel().
const ACTION_CREATE "create" |
Definition at line 31 of file class.RightsManager.php.
Referenced by EditRightsController\executeKernel(), and PersistenceMapper\save().
const RIGHT_MODIFIER_ALLOW "+" |
Definition at line 33 of file class.RightsManager.php.
Referenced by EditRightsController\executeKernel().
const RIGHT_MODIFIER_DENY "-" |
Definition at line 34 of file class.RightsManager.php.
Referenced by EditRightsController\executeKernel().
const AUTHORIZATION_SECTION "authorization" |
Definition at line 36 of file class.RightsManager.php.
Referenced by RightsManager\authorize(), RightsManager\getRight(), and RightsManager\modifyRight().
$PUBLIC_ACTIONS = array('fatal', 'login', 'dologin', 'logout') |
Actions that do not require authorization
Definition at line 41 of file class.RightsManager.php.
Referenced by RightsManager\authorize().