|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilAuthFrontendCredentialsSoap:
Collaboration diagram for ilAuthFrontendCredentialsSoap:Public Member Functions | |
| __construct (ServerRequestInterface $httpRequest, ilCtrl $ctrl, ilSetting $settings) | |
| ilAuthFrontendCredentialsApache constructor. More... | |
| tryAuthenticationOnLoginPage () | |
| Check if an authentication attempt should be done when login page has been called. More... | |
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... | |
Private Attributes | |
| ServerRequestInterface | $httpRequest |
| ilCtrl | $ctrl |
| ilSetting | $settings |
| ilAuthSession | $authSession |
| ilGlobalTemplateInterface | $main_tpl |
| ilLogger | $logger |
Definition at line 23 of file class.ilAuthFrontendCredentialsSoap.php.
| ilAuthFrontendCredentialsSoap::__construct | ( | ServerRequestInterface | $httpRequest, |
| ilCtrl | $ctrl, | ||
| ilSetting | $settings | ||
| ) |
ilAuthFrontendCredentialsApache constructor.
Definition at line 41 of file class.ilAuthFrontendCredentialsSoap.php.
References $ctrl, $DIC, $httpRequest, $settings, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAuthFrontendCredentialsSoap::tryAuthenticationOnLoginPage | ( | ) |
Check if an authentication attempt should be done when login page has been called.
Definition at line 56 of file class.ilAuthFrontendCredentialsSoap.php.
References $provider, ilUtil\appendUrlParameterString(), ilAuthFrontendFactory\CONTEXT_STANDARD_FORM, ILIAS\Repository\ctrl(), ilAuthStatus\getInstance(), ilLoggerFactory\getLogger(), ilAuthFrontendCredentials\getPassword(), ilAuthFrontendCredentials\getUsername(), ILIAS\Repository\logger(), ilInitialisation\redirectToStartingPage(), ILIAS\Repository\settings(), ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
Here is the call graph for this function:
|
private |
Definition at line 31 of file class.ilAuthFrontendCredentialsSoap.php.
|
private |
Definition at line 27 of file class.ilAuthFrontendCredentialsSoap.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilAuthFrontendCredentialsSoap.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilAuthFrontendCredentialsSoap.php.
|
private |
Definition at line 32 of file class.ilAuthFrontendCredentialsSoap.php.
|
private |
Definition at line 29 of file class.ilAuthFrontendCredentialsSoap.php.
Referenced by __construct().