|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Description of class class. More...
Inheritance diagram for ilAuthFrontendCredentials:
Collaboration diagram for ilAuthFrontendCredentials:Public Member Functions | |
| __construct () | |
| getLogger () | |
| Get 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 | |
| $logger = null | |
| $username = '' | |
| $password = '' | |
| $captcha = '' | |
| $auth_mode = '' | |
Description of class class.
Definition at line 13 of file class.ilAuthFrontendCredentials.php.
| ilAuthFrontendCredentials::__construct | ( | ) |
Reimplemented in ilAuthFrontendCredentialsApache, ilAuthFrontendCredentialsHTTP, and ilAuthFrontendCredentialsShibboleth.
Definition at line 22 of file class.ilAuthFrontendCredentials.php.
References ilLoggerFactory\getLogger().
Here is the call graph for this function:| ilAuthFrontendCredentials::getAuthMode | ( | ) |
Get auth mode.
Implements ilAuthCredentials.
Definition at line 102 of file class.ilAuthFrontendCredentials.php.
References $auth_mode.
| ilAuthFrontendCredentials::getCaptchaCode | ( | ) |
Get captcha code.
Implements ilAuthCredentials.
Definition at line 84 of file class.ilAuthFrontendCredentials.php.
References $captcha.
| ilAuthFrontendCredentials::getLogger | ( | ) |
Get logger.
Definition at line 31 of file class.ilAuthFrontendCredentials.php.
References $logger.
Referenced by ilAuthFrontendCredentialsApache\initFromRequest(), and setUsername().
Here is the caller graph for this function:| ilAuthFrontendCredentials::getPassword | ( | ) |
Get password.
Implements ilAuthCredentials.
Definition at line 66 of file class.ilAuthFrontendCredentials.php.
References $password.
| ilAuthFrontendCredentials::getUsername | ( | ) |
Get username.
Implements ilAuthCredentials.
Definition at line 49 of file class.ilAuthFrontendCredentials.php.
References $username.
| ilAuthFrontendCredentials::setAuthMode | ( | $a_auth_mode | ) |
Set auth mode.
| type | $a_auth_mode |
Implements ilAuthCredentials.
Definition at line 94 of file class.ilAuthFrontendCredentials.php.
| ilAuthFrontendCredentials::setCaptchaCode | ( | $a_code | ) |
Set captcha code.
| string |
Implements ilAuthCredentials.
Definition at line 76 of file class.ilAuthFrontendCredentials.php.
| ilAuthFrontendCredentials::setPassword | ( | $a_password | ) |
Set password.
| string | $a_password |
Implements ilAuthCredentials.
Definition at line 58 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), and ilAuthFrontendCredentialsShibboleth\initFromRequest().
Here is the caller graph for this function:| ilAuthFrontendCredentials::setUsername | ( | $a_name | ) |
Set username.
| string | username |
Implements ilAuthCredentials.
Definition at line 40 of file class.ilAuthFrontendCredentials.php.
References getLogger().
Referenced by ilAuthFrontendCredentialsApache\initFromRequest(), ilAuthFrontendCredentialsHTTP\initFromRequest(), and ilAuthFrontendCredentialsShibboleth\initFromRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 20 of file class.ilAuthFrontendCredentials.php.
Referenced by getAuthMode().
|
private |
Definition at line 19 of file class.ilAuthFrontendCredentials.php.
Referenced by getCaptchaCode().
|
private |
Definition at line 15 of file class.ilAuthFrontendCredentials.php.
Referenced by getLogger().
|
private |
Definition at line 18 of file class.ilAuthFrontendCredentials.php.
Referenced by getPassword().
|
private |
Definition at line 17 of file class.ilAuthFrontendCredentials.php.
Referenced by getUsername().