ILIAS
release_8 Revision v8.19
|
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... | |
![]() | |
__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... | |
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().
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.
|
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().