Method |
Description |
|
__construct ( ) |
|
|
addAuthRole ( $authRole ) |
|
|
createAnonymous ( ) : AuthenticationDetails |
Create anonymous |
|
getAuthExtra ( ) : stdClass |
|
|
getAuthId ( ) : mixed |
Get authentication ID |
|
getAuthMethod ( ) : mixed |
Get authentication method |
|
getAuthRole ( ) : mixed |
|
|
getAuthRoles ( ) : array |
|
|
getChallenge ( ) : mixed |
Get challenge data |
|
getChallengeDetails ( ) : mixed |
Get challenge details |
|
hasAuthRole ( $authRole ) : boolean |
|
|
jsonSerialize ( ) : mixed |
(PHP 5 >= 5.4.0)
Specify data which should be serialized to JSON |
|
setAuthExtra ( stdClass $authExtra ) |
|
|
setAuthId ( mixed $authId ) |
Set authentication ID |
|
setAuthMethod ( mixed $authMethod ) |
Set authentication method |
|
setAuthRoles ( array $authRoles ) |
|
|
setChallenge ( mixed $challenge ) |
Set challenge info |
|
setChallengeDetails ( mixed $challengeDetails ) |
Set challenge details |
|