|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for sspmod_authwindowslive_Auth_Source_LiveID:
Collaboration diagram for sspmod_authwindowslive_Auth_Source_LiveID:Public Member Functions | |
| __construct ($info, $config) | |
| Constructor for this authentication source. More... | |
| authenticate (&$state) | |
| Log-in using LiveID platform. More... | |
| finalStep (&$state) | |
Public Member Functions inherited from SimpleSAML_Auth_Source | |
| __construct ($info, &$config) | |
| Constructor for an authentication source. More... | |
| getAuthId () | |
| Retrieve the ID of this authentication source. More... | |
| authenticate (&$state) | |
| Process a request. More... | |
| reauthenticate (array &$state) | |
| Reauthenticate an user. More... | |
| initLogin ($return, $errorURL=null, array $params=array()) | |
| Start authentication. More... | |
| logout (&$state) | |
| Log out from this authentication source. More... | |
Data Fields | |
| const | STAGE_INIT = 'authwindowslive:init' |
| The string used to identify our states. More... | |
| const | AUTHID = 'authwindowslive:AuthId' |
| The key of the AuthId field in the state. More... | |
Private Attributes | |
| $key | |
| $secret | |
Additional Inherited Members | |
Static Public Member Functions inherited from SimpleSAML_Auth_Source | |
| static | getSourcesOfType ($type) |
| Get sources of a specific type. More... | |
| static | completeAuth (&$state) |
| Complete authentication. More... | |
| static | loginCompleted ($state) |
| Called when a login operation has finished. More... | |
| static | completeLogout (&$state) |
| Complete logout. More... | |
| static | getById ($authId, $type=null) |
| Retrieve authentication source. More... | |
| static | logoutCallback ($state) |
| Called when the authentication source receives an external logout request. More... | |
| static | getSources () |
| Retrieve list of authentication sources. More... | |
Protected Member Functions inherited from SimpleSAML_Auth_Source | |
| addLogoutCallback ($assoc, $state) | |
| Add a logout callback association. More... | |
| callLogoutCallback ($assoc) | |
| Call a logout callback based on association. More... | |
Static Protected Member Functions inherited from SimpleSAML_Auth_Source | |
| static | validateSource ($source, $id) |
| Make sure that the first element of an auth source is its identifier. More... | |
Protected Attributes inherited from SimpleSAML_Auth_Source | |
| $authId | |
Definition at line 10 of file LiveID.php.
| sspmod_authwindowslive_Auth_Source_LiveID::__construct | ( | $info, | |
| $config | |||
| ) |
Constructor for this authentication source.
| array | $info | Information about this authentication source. |
| array | $config | Configuration. |
| Exception | In case of misconfiguration. |
Definition at line 35 of file LiveID.php.
| sspmod_authwindowslive_Auth_Source_LiveID::authenticate | ( | & | $state | ) |
Log-in using LiveID platform.
| array | &$state | Information about the current authentication. |
Reimplemented from SimpleSAML_Auth_Source.
Definition at line 62 of file LiveID.php.
References SimpleSAML_Auth_Source\$authId, $state, AUTHID, SimpleSAML\Logger\debug(), SimpleSAML\Utils\HTTP\redirectTrustedURL(), and SimpleSAML_Auth_State\saveState().
Here is the call graph for this function:| sspmod_authwindowslive_Auth_Source_LiveID::finalStep | ( | & | $state | ) |
| $state |
| Exception |
Definition at line 94 of file LiveID.php.
References $attributes, $context, $data, $key, $postData, $response, $result, $state, SimpleSAML\Logger\debug(), and SimpleSAML\Utils\HTTP\fetch().
Here is the call graph for this function:
|
private |
Definition at line 23 of file LiveID.php.
Referenced by finalStep().
|
private |
Definition at line 24 of file LiveID.php.
| const sspmod_authwindowslive_Auth_Source_LiveID::AUTHID = 'authwindowslive:AuthId' |
The key of the AuthId field in the state.
Definition at line 21 of file LiveID.php.
Referenced by authenticate().
| const sspmod_authwindowslive_Auth_Source_LiveID::STAGE_INIT = 'authwindowslive:init' |
The string used to identify our states.
Definition at line 16 of file LiveID.php.