Package Cake\Controller\Component\Acl
Class summary
-
DbAcl
DbAcl implements an ACL control system in the database. ARO's and ACO's are structured into trees and a linking table is used to define permissions. You can install the schema for DbAcl with the Schema Shell.
-
IniAcl
IniAcl implements an access control system using an INI file. An example of the ini file used can be found in /config/acl.ini.php.
-
PhpAcl
PhpAcl implements an access control system using a plain PHP configuration file. An example file can be found in app/Config/acl.php
-
PhpAco
Access Control Object
-
PhpAro
Access Request Object
Interface summary
-
AclInterface
Access Control List interface. Implementing classes are used by AclComponent to perform ACL checks in Cake.