AuthenticationManager Interface Reference

Detailed Description

AuthenticationManager implementations are used to handle all authentication requests.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 19 of file AuthenticationManager.php.

+ Inheritance diagram for AuthenticationManager:

Public Member Functions

 login ($login, $password)
 

Member Function Documentation

login (   $login,
  $password 
)

Create an authenticated user for the given credentials.

Parameters
$loginThe login to use
$passwordThe password to use
Returns
User instance if successfull, null else

Implemented in DefaultAuthenticationManager.