ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
HTTP auth credentials. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
initFromRequest () | |
Init credentials from request. 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 | |
$settings = null | |
HTTP auth credentials.
Definition at line 14 of file class.ilAuthFrontendCredentialsHTTP.php.
ilAuthFrontendCredentialsHTTP::__construct | ( | ) |
Constructor.
Definition at line 22 of file class.ilAuthFrontendCredentialsHTTP.php.
ilAuthFrontendCredentialsHTTP::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 30 of file class.ilAuthFrontendCredentialsHTTP.php.
References $_SERVER, ilAuthFrontendCredentials\setPassword(), and ilAuthFrontendCredentials\setUsername().
|
private |
Definition at line 16 of file class.ilAuthFrontendCredentialsHTTP.php.