|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for SimpleSAML_Auth_Default:Static Public Member Functions | |
| static | initLogin ($authId, $return, $errorURL=NULL, array $params=array()) |
| static | extractPersistentAuthState (array &$state) |
| static | loginCompleted ($state) |
| static | initLogoutReturn ($returnURL, $authority) |
| static | initLogout ($returnURL, $authority) |
| static | logoutCompleted ($state) |
| static | logoutCallback ($state) |
| static | handleUnsolicitedAuth ($authId, array $state, $redirectTo) |
Static Private Member Functions | |
| static | getAuthSource ($id) |
| Return an authentication source by ID. More... | |
Definition at line 14 of file Default.php.
|
static |
Definition at line 32 of file Default.php.
References $state, and SimpleSAML_Auth_State\getPersistentAuthData().
Here is the call graph for this function:
|
staticprivate |
Return an authentication source by ID.
| string | $id | The id of the authentication source. |
| Exception | If the $id does not correspond with an authentication source. |
Definition at line 119 of file Default.php.
References $as, $id, and SimpleSAML_Auth_Source\getById().
Referenced by initLogin().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 107 of file Default.php.
References $state, and sspmod_saml_Auth_Source_SP\handleUnsolicitedAuth().
Here is the call graph for this function:
|
static |
Definition at line 20 of file Default.php.
References $as, $params, and getAuthSource().
Here is the call graph for this function:
|
static |
Definition at line 74 of file Default.php.
References $authority, initLogoutReturn(), and SimpleSAML\Utils\HTTP\redirectTrustedURL().
Here is the call graph for this function:
|
static |
Definition at line 49 of file Default.php.
References $as, $authority, $session, $state, SimpleSAML_Auth_Source\getById(), SimpleSAML_Session\getSessionFromRequest(), and logoutCompleted().
Referenced by initLogout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 41 of file Default.php.
References $state, and SimpleSAML_Auth_Source\loginCompleted().
Here is the call graph for this function:
|
static |
Definition at line 98 of file Default.php.
References $state, and SimpleSAML_Auth_Source\logoutCallback().
Here is the call graph for this function:
|
static |
Definition at line 87 of file Default.php.
References $state, and SimpleSAML\Utils\HTTP\redirectTrustedURL().
Referenced by initLogoutReturn().
Here is the call graph for this function:
Here is the caller graph for this function: