ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 |
Please use SimpleSAML_Auth_State::getPersistentAuthData() instead.
Definition at line 32 of file Default.php.
References SimpleSAML_Auth_State\getPersistentAuthData().
|
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().
|
static |
Please use sspmod_saml_Auth_Source_SP::handleUnsolicitedAuth() instead.
Definition at line 107 of file Default.php.
References sspmod_saml_Auth_Source_SP\handleUnsolicitedAuth().
|
static |
Use SimpleSAML_Auth_Source::initLogin() instead.
Definition at line 20 of file Default.php.
|
static |
Definition at line 74 of file Default.php.
References $authority, and SimpleSAML\Utils\HTTP\redirectTrustedURL().
|
static |
Definition at line 49 of file Default.php.
References $as, $authority, $session, $state, array, SimpleSAML_Auth_Source\getById(), and SimpleSAML_Session\getSessionFromRequest().
|
static |
Please use SimpleSAML_Auth_Source::loginCompleted() instead.
Definition at line 41 of file Default.php.
References $state, and SimpleSAML_Auth_Source\loginCompleted().
|
static |
Please use SimpleSAML_Auth_Source::logoutCallback() instead.
Definition at line 98 of file Default.php.
References $state, and SimpleSAML_Auth_Source\logoutCallback().
|
static |
Definition at line 87 of file Default.php.
References $state, and SimpleSAML\Utils\HTTP\redirectTrustedURL().