Public Member Functions | |
__construct ($service) | |
authenticate () | |
getId () | |
getErrorDescription () | |
onNewUser (Account $account) |
Public Attributes | |
const | ERROR_NOT_AUTHENTICATED = 3 |
$user = null | |
$session = null | |
$account = null | |
Protected Attributes | |
$service | |
$id |
Definition at line 5 of file SUserIdentity.php.
SUserIdentity::__construct | ( | $service | ) |
Constructor.
EAuthServiceBase | $service | the authorization service instance. |
Definition at line 31 of file SUserIdentity.php.
SUserIdentity::authenticate | ( | ) |
Authenticates a user based on service. This method is required by IUserIdentity.
Definition at line 41 of file SUserIdentity.php.
References PersonalisationAttribute\flatListForUser(), Account\model(), and Profile\model().
SUserIdentity::getId | ( | ) |
Returns the unique identifier for the identity. This method is required by IUserIdentity.
Definition at line 112 of file SUserIdentity.php.