DefaultAuthenticationManager Class Reference
Detailed Description
DefaultAuthenticationManager uses PrincipalFactory to get a User instance that matches the given login/password combination.
Definition at line 23 of file DefaultAuthenticationManager.php.
Inheritance diagram for DefaultAuthenticationManager:Public Member Functions | |
| __construct (PrincipalFactory $principalFactory) | |
| login ($login, $password) | |
Constructor & Destructor Documentation
| __construct | ( | PrincipalFactory | $principalFactory | ) |
Constructor.
- Parameters
-
$principalFactory PrincipalFactory instance
Definition at line 31 of file DefaultAuthenticationManager.php.
Member Function Documentation
| login | ( | $login, | |
| $password | |||
| ) |
- See also
- AuthenticationManager::login()
Implements AuthenticationManager.
Definition at line 38 of file DefaultAuthenticationManager.php.