Package Cake\Controller\Component\Auth
Class summary
- 
	AbstractPasswordHasherAbstract password hashing class 
- 
	ActionsAuthorizeAn authorization adapter for AuthComponent. Provides the ability to authorize using the AclComponent, If AclComponent is not already loaded it will be loaded using the Controller's ComponentCollection. 
- 
	BaseAuthenticateBase Authentication class with common methods and properties. 
- 
	BaseAuthorizeAbstract base authorization adapter for AuthComponent. 
- 
	BasicAuthenticateBasic Authentication adapter for AuthComponent. 
- 
	BlowfishAuthenticateAn authentication adapter for AuthComponent. Provides the ability to authenticate using POST data using Blowfish hashing. Can be used by configuring AuthComponent to use it via the AuthComponent::$authenticate setting. 
- 
	BlowfishPasswordHasherBlowfish password hashing class. 
- 
	ControllerAuthorizeAn authorization adapter for AuthComponent. Provides the ability to authorize using a controller callback. Your controller's isAuthorized() method should return a boolean to indicate whether or not the user is authorized. 
- 
	CrudAuthorizeAn authorization adapter for AuthComponent. Provides the ability to authorize using CRUD mappings. CRUD mappings allow you to translate controller actions into Create Read Update Delete actions. This is then checked in the AclComponent as specific permissions. 
- 
	DigestAuthenticateDigest Authentication adapter for AuthComponent. 
- 
	FormAuthenticateAn authentication adapter for AuthComponent. Provides the ability to authenticate using POST data. Can be used by configuring AuthComponent to use it via the AuthComponent::$authenticate setting. 
- 
	SimplePasswordHasherSimple password hashing class. 
