Public Member Functions | |
__construct ($service) | |
authenticate () | |
getId () | |
getName () |
Public Attributes | |
const | ERROR_NOT_AUTHENTICATED = 3 |
Protected Attributes | |
$service | |
$id | |
$name |
Definition at line 14 of file EAuthUserIdentity.php.
EAuthUserIdentity::__construct | ( | $service | ) |
Constructor.
EAuthServiceBase | $service | the authorization service instance. |
Definition at line 36 of file EAuthUserIdentity.php.
EAuthUserIdentity::authenticate | ( | ) |
Authenticates a user based on service. This method is required by IUserIdentity.
Definition at line 45 of file EAuthUserIdentity.php.
EAuthUserIdentity::getId | ( | ) |
Returns the unique identifier for the identity. This method is required by IUserIdentity.
Definition at line 67 of file EAuthUserIdentity.php.
EAuthUserIdentity::getName | ( | ) |
Returns the display name for the identity. This method is required by IUserIdentity.
Definition at line 76 of file EAuthUserIdentity.php.