|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilOpenIdConnectSettingsGUI. More...
Inheritance diagram for ilAuthFrontendCredentialsOpenIdConnect:
Collaboration diagram for ilAuthFrontendCredentialsOpenIdConnect:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getRedirectionTarget () | |
| initFromRequest () | |
| Init credentials from request. More... | |
Public Member Functions inherited from ilAuthFrontendCredentials | |
| __construct () | |
| getLogger () | |
| Get logger. More... | |
| setLogger (ilLogger $logger) | |
| Set Logger. More... | |
| setUsername ($a_name) | |
| Set username. More... | |
| getUsername () | |
| Get username. More... | |
| setPassword ($a_password) | |
| Set password. More... | |
| getPassword () | |
| Get password. More... | |
| setCaptchaCode ($a_code) | |
| Set captcha code. More... | |
| getCaptchaCode () | |
| Get captcha code. More... | |
| setAuthMode ($a_auth_mode) | |
| Set auth mode. More... | |
| getAuthMode () | |
| Get auth mode. More... | |
| setUsername ($a_name) | |
| Set username. More... | |
| getUsername () | |
| Get username. More... | |
| setPassword ($a_password) | |
| Set password. More... | |
| getPassword () | |
| Get password. More... | |
| setCaptchaCode ($a_code) | |
| Set captcha code. More... | |
| getCaptchaCode () | |
| Get captcha code. More... | |
| setAuthMode ($a_auth_mode) | |
| Set auth mode. More... | |
| getAuthMode () | |
| Get auth mode. More... | |
Data Fields | |
| const | SESSION_TARGET = 'oidc_target' |
Protected Member Functions | |
| getSettings () | |
| parseRedirectionTarget () | |
Private Attributes | |
| $settings = null | |
| $target = null | |
Class ilOpenIdConnectSettingsGUI.
Definition at line 11 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
| ilAuthFrontendCredentialsOpenIdConnect::__construct | ( | ) |
Constructor.
Reimplemented from ilAuthFrontendCredentials.
Definition at line 29 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References ilOpenIdConnectSettings\getInstance(), and settings().
Here is the call graph for this function:| ilAuthFrontendCredentialsOpenIdConnect::getRedirectionTarget | ( | ) |
Definition at line 48 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $target.
|
protected |
Definition at line 40 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $settings.
| ilAuthFrontendCredentialsOpenIdConnect::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 56 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References parseRedirectionTarget(), ilAuthFrontendCredentials\setPassword(), and ilAuthFrontendCredentials\setUsername().
Here is the call graph for this function:
|
protected |
Definition at line 67 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $_GET, $DIC, ilAuthFrontendCredentials\$logger, 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 18 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getSettings().
|
private |
Definition at line 23 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getRedirectionTarget().
| const ilAuthFrontendCredentialsOpenIdConnect::SESSION_TARGET = 'oidc_target' |
Definition at line 13 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.