|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
HTTP auth credentials. More...
Inheritance diagram for ilAuthFrontendCredentialsHTTP:
Collaboration diagram for ilAuthFrontendCredentialsHTTP: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... | |
| 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.
Reimplemented from ilAuthFrontendCredentials.
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().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilAuthFrontendCredentialsHTTP.php.