Package Cake\Controller\Component\Acl
Class summary
- 
	DbAclDbAcl 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. 
- 
	IniAclIniAcl implements an access control system using an INI file. An example of the ini file used can be found in /config/acl.ini.php. 
- 
	PhpAclPhpAcl implements an access control system using a plain PHP configuration file. An example file can be found in app/Config/acl.php 
- 
	PhpAcoAccess Control Object 
- 
	PhpAroAccess Request Object 
Interface summary
- 
	AclInterfaceAccess Control List interface. Implementing classes are used by AclComponent to perform ACL checks in Cake. 
