wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
class.RightsManager.php File Reference

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')
 

Variable Documentation

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.

Id:
class.RightsManager.php 1462 2014-02-04 23:52:27Z iherwig

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_DELETE "delete"
const ACTION_CREATE "create"
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"
$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().