|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
| 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... | |
| 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, ILIAS\GlobalScreen\Provider\__construct(), and 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 32 of file class.ilAuthFrontendCredentialsSoap.php.
References $GLOBALS, ilUtil\appendUrlParameterString(), ilAuthFrontendFactory\CONTEXT_STANDARD_FORM, ilAuthStatus\getInstance(), ilLoggerFactory\getLogger(), ilAuthFrontendCredentials\getLogger(), ilAuthFrontendCredentials\getPassword(), ilAuthFrontendCredentials\getUsername(), ilUtil\sendFailure(), settings(), ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
Here is the call graph for this function:
|
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().