ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
HTTP auth credentials. More...
Public Member Functions | |
initFromRequest () | |
Init credentials from request. 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... | |
HTTP auth credentials.
Definition at line 27 of file class.ilAuthFrontendCredentialsHTTP.php.
ilAuthFrontendCredentialsHTTP::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 32 of file class.ilAuthFrontendCredentialsHTTP.php.
References $_SERVER, ilAuthFrontendCredentials\setPassword(), and ilAuthFrontendCredentials\setUsername().