ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 () | |
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... | |
Private Attributes | |
$httpRequest | |
$ctrl | |
$settings | |
Definition at line 4 of file class.ilAuthFrontendCredentialsSoap.php.
ilAuthFrontendCredentialsSoap::__construct | ( | ServerRequestInterface | $httpRequest, |
ilCtrl | $ctrl, | ||
ilSetting | $settings | ||
) |
ilAuthFrontendCredentialsApache constructor.
Definition at line 21 of file class.ilAuthFrontendCredentialsSoap.php.
References $ctrl, $httpRequest, $settings, and settings().
ilAuthFrontendCredentialsSoap::tryAuthenticationOnLoginPage | ( | ) |
Check if an authentication attempt should be done when login page has been called.
Definition at line 32 of file class.ilAuthFrontendCredentialsSoap.php.
References $GLOBALS, PHPMailer\PHPMailer\$provider, ilUtil\appendUrlParameterString(), ilAuthFrontendFactory\CONTEXT_STANDARD_FORM, ilAuthStatus\getInstance(), ilAuthFrontendCredentials\getLogger(), ilLoggerFactory\getLogger(), ilAuthFrontendCredentials\getPassword(), ilAuthFrontendCredentials\getUsername(), ilUtil\sendFailure(), settings(), ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
|
private |
Definition at line 10 of file class.ilAuthFrontendCredentialsSoap.php.
Referenced by __construct().
|
private |
Definition at line 7 of file class.ilAuthFrontendCredentialsSoap.php.
Referenced by __construct().
|
private |
Definition at line 13 of file class.ilAuthFrontendCredentialsSoap.php.
Referenced by __construct().