|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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) | |
| 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... | |
| 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' |
| ilOpenIdConnectSettings | $settings |
| string | $target = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 24 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
| ilAuthFrontendCredentialsOpenIdConnect::__construct | ( | ) |
Reimplemented from ilAuthFrontendCredentials.
Definition at line 32 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 49 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $target.
|
protected |
Definition at line 44 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $settings.
| ilAuthFrontendCredentialsOpenIdConnect::initFromRequest | ( | ) |
Definition at line 54 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References parseRedirectionTarget(), ilAuthFrontendCredentials\setPassword(), and ilAuthFrontendCredentials\setUsername().
Here is the call graph for this function:
|
protected |
Definition at line 62 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 29 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getSettings().
|
private |
Definition at line 30 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getRedirectionTarget().
|
private |
Definition at line 27 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
|
private |
Definition at line 26 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.