DefaultAuthenticationManager.php
IllegalArgumentException signals an exception in method arguments.
Definition: IllegalArgumentException.php:18
DefaultAuthenticationManager uses PrincipalFactory to get a User instance that matches the given logi...
Definition: DefaultAuthenticationManager.php:24
AuthenticationManager implementations are used to handle all authentication requests.
Definition: AuthenticationManager.php:19
__construct(PrincipalFactory $principalFactory)
Constructor.
Definition: DefaultAuthenticationManager.php:32
login($credentials)
Definition: DefaultAuthenticationManager.php:41
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
PrincipalFactory implementations are used to retrieve User and Role instances.
Definition: PrincipalFactory.php:19
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24