Authorization plugin
Located in /Controller/Plugin/Acl.php (line 42)
Zend_Controller_Plugin_Abstract | --Xyster_Controller_Plugin_Acl
The acl
Action to use for errors; defaults to 'error'
Controller to use for errors; defaults to 'error'
Module to use for errors; defaults to default module in dispatcher
Action to use for login; defaults to 'index'
Controller to use for login; defaults to 'login'
Module to use for login; defaults to default module in dispatcher
Holds the rules passed to 'setRules' until dispatchLoopStartup
Creates a new acl plugin
Allows access to an action by a role
Passing null for the role will allow all users to access the action.
Passing null for the module will allow the role access to all actions in all controllers in all modules. Specifying a module but leaving controller and action null will allow access to all actions in all controllers in the specified module. Specifying a module and a controller but leaving action null will allow access to all actions in the specified controller.
Denies access to an action by a role
Passing null for the role will deny all users access to the action.
Passing null for the module will deny everything to the role supplied. Specifying a module but leaving controller and action null will deny access to all controllers in the specified module. Specifying a module and a controller but leaving action null will deny access to all actions in the specified controller.
Called before Zend_Controller_Front enters its dispatch loop
Retrieve the current acl plugin action
Retrieve the current acl plugin controller
Retrieve the current acl plugin module
Retrieve the current not-authenticated action
Retrieve the current not-authenticated controller
Retrieve the current not-authenticated module
Called before an action is dispatched by Zend_Controller_Dispatcher.
Setup the dispatch location for access denied errors
Setup the dispatch location for unauthenticated users
Sets multiple rules simultaneously
Each element in the $rules array should be itself an associative array containing the following keys:
Gets the resource object
Documentation generated on Mon, 19 May 2008 17:06:57 -0400 by phpDocumentor 1.4.2