ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class class. More...
Public Member Functions | |
__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 | |
$logger = null | |
$username = '' | |
$password = '' | |
$captcha = '' | |
$auth_mode = '' | |
Description of class class.
Definition at line 13 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::__construct | ( | ) |
Definition at line 22 of file class.ilAuthFrontendCredentials.php.
References ilLoggerFactory\getLogger().
ilAuthFrontendCredentials::getAuthMode | ( | ) |
Get auth mode.
Implements ilAuthCredentials.
Definition at line 111 of file class.ilAuthFrontendCredentials.php.
References $auth_mode.
ilAuthFrontendCredentials::getCaptchaCode | ( | ) |
Get captcha code.
Implements ilAuthCredentials.
Definition at line 93 of file class.ilAuthFrontendCredentials.php.
References $captcha.
ilAuthFrontendCredentials::getLogger | ( | ) |
Get logger.
Definition at line 31 of file class.ilAuthFrontendCredentials.php.
References $logger.
Referenced by ilAuthFrontendCredentialsLTI\initFromRequest(), ilAuthFrontendCredentialsApache\initFromRequest(), and setUsername().
ilAuthFrontendCredentials::getPassword | ( | ) |
Get password.
Implements ilAuthCredentials.
Definition at line 75 of file class.ilAuthFrontendCredentials.php.
References $password.
ilAuthFrontendCredentials::getUsername | ( | ) |
Get username.
Implements ilAuthCredentials.
Definition at line 58 of file class.ilAuthFrontendCredentials.php.
References $username.
ilAuthFrontendCredentials::setAuthMode | ( | $a_auth_mode | ) |
Set auth mode.
type | $a_auth_mode |
Implements ilAuthCredentials.
Definition at line 103 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::setCaptchaCode | ( | $a_code | ) |
Set captcha code.
string |
Implements ilAuthCredentials.
Definition at line 85 of file class.ilAuthFrontendCredentials.php.
ilAuthFrontendCredentials::setLogger | ( | ilLogger | $logger | ) |
Set Logger.
ilLogger | $logger |
Definition at line 40 of file class.ilAuthFrontendCredentials.php.
References $logger.
Referenced by ilAuthFrontendCredentialsLTI\__construct().
ilAuthFrontendCredentials::setPassword | ( | $a_password | ) |
Set password.
string | $a_password |
Implements ilAuthCredentials.
Definition at line 67 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), and ilAuthFrontendCredentialsShibboleth\initFromRequest().
ilAuthFrontendCredentials::setUsername | ( | $a_name | ) |
Set username.
string | username |
Implements ilAuthCredentials.
Definition at line 49 of file class.ilAuthFrontendCredentials.php.
References getLogger().
Referenced by ilAuthFrontendCredentialsLTI\initFromRequest(), ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), and ilAuthFrontendCredentialsApache\initFromRequest().
|
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(), and setLogger().
|
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().