Class Giscuit_Controller_Plugin_Acl

Description

Plugin for managing access control lists

  • copyright: Copyright (c) 2012 VEC

Located in /Controller/Plugin/Acl.php (line 30)

Zend_Controller_Plugin_Abstract
   |
   --Giscuit_Controller_Plugin_Acl
Method Summary
 static authenticate ( $params, [ $options = array()]) string
 check () boolean
 getAcl () void
 routeShutdown ( $request) void
Methods
static authenticate (line 143)

Authenticate

  • return: Error key or empty if no error occurred
  • access: public
string authenticate ( $params, [ $options = array()])
  • array $params: Array account and password
  • array $options:
    • md5Credential bool - Is password already encrypted with md5
    • nonPersistent bool - Set session data storage type to non persistent
check (line 53)

Check if current user is allowed to access specified controller and action

  • access: public
boolean check ()
getAcl (line 38)

Get access lists

  • access: public
void getAcl ()
routeShutdown (line 103)

Check if current user is allowed to access specified controller and action.

This is ran during Zend_Controller_Front routeShutdown event.

  • access: public
void routeShutdown ( $request)
  • Zend_Controller_Request_Abstract $request

Documentation generated on Mon, 19 Aug 2013 07:50:12 +0000 by phpDocumentor 1.4.3