|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAuthFrontendCredentialsOpenIdConnect:
Collaboration diagram for ilAuthFrontendCredentialsOpenIdConnect:Public Member Functions | |
| __construct () | |
| getRedirectionTarget () | |
| initFromRequest () | |
Public Member Functions inherited from ilAuthFrontendCredentials | |
| __construct () | |
| setUsername (string $a_name) | |
| getUsername () | |
| setPassword (string $a_password) | |
| getPassword () | |
| setAuthMode (string $a_auth_mode) | |
| getAuthMode () | |
| setUsername (string $a_name) | |
| getUsername () | |
| setPassword (string $a_password) | |
| getPassword () | |
| setAuthMode (string $a_auth_mode) | |
| getAuthMode () | |
Protected Member Functions | |
| getSettings () | |
| parseRedirectionTarget () | |
Private Attributes | |
| const | SESSION_TARGET = 'oidc_target' |
| const | QUERY_PARAM_TARGET = 'target' |
| readonly ilOpenIdConnectSettings | $settings |
| string | $target = null |
Additional Inherited Members | |
Protected Attributes inherited from ilAuthFrontendCredentials | |
| ilLogger | $logger |
Definition at line 21 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
| ilAuthFrontendCredentialsOpenIdConnect::__construct | ( | ) |
Reimplemented from ilAuthFrontendCredentials.
Definition at line 29 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilOpenIdConnectSettings\getInstance(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAuthFrontendCredentialsOpenIdConnect::getRedirectionTarget | ( | ) |
Definition at line 47 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $target.
|
protected |
Definition at line 42 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $settings.
| ilAuthFrontendCredentialsOpenIdConnect::initFromRequest | ( | ) |
Definition at line 52 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References parseRedirectionTarget(), ilAuthFrontendCredentials\setPassword(), and ilAuthFrontendCredentials\setUsername().
Here is the call graph for this function:
|
protected |
Definition at line 60 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References ilSession\get(), and ilSession\set().
Referenced by initFromRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 26 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getSettings().
|
private |
Definition at line 27 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getRedirectionTarget().
|
private |
Definition at line 24 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
|
private |
Definition at line 23 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.