ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct () | |
getRedirectionTarget () | |
initFromRequest () | |
![]() | |
__construct () | |
setUsername (string $a_name) | |
Set username. More... | |
getUsername () | |
Get username. More... | |
setPassword (string $a_password) | |
Set password. More... | |
getPassword () | |
Get password. More... | |
setAuthMode (string $a_auth_mode) | |
Set auth mode. More... | |
getAuthMode () | |
Get auth mode. More... | |
Protected Member Functions | |
getSettings () | |
parseRedirectionTarget () | |
Private Attributes | |
const | SESSION_TARGET = 'oidc_target' |
const | QUERY_PARAM_TARGET = 'target' |
readonly ilOpenIdConnectSettings | $settings |
string | $target = null |
Definition at line 21 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
ilAuthFrontendCredentialsOpenIdConnect::__construct | ( | ) |
Definition at line 29 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilOpenIdConnectSettings\getInstance(), and ILIAS\Repository\settings().
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().
|
protected |
Definition at line 60 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References ilSession\get(), and ilSession\set().
Referenced by initFromRequest().
|
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.