5include_once
'./Services/Authentication/interfaces/interface.ilAuthCredentials.php';
42 $this->
getLogger()->debug(
'Username: "'.$a_name.
'"');
43 $this->username = trim($a_name);
60 $this->password = $a_password;
78 $this->captcha = $a_code;
96 $this->auth_mode = $a_auth_mode;
An exception for terminatinating execution or to throw for unit testing.
Description of class class.
getPassword()
Get password.
setUsername($a_name)
Set username.
getAuthMode()
Get auth mode.
getCaptchaCode()
Get captcha code.
setCaptchaCode($a_code)
Set captcha code.
getUsername()
Get username.
setPassword($a_password)
Set password.
setAuthMode($a_auth_mode)
Set auth mode.
static getLogger($a_component_id)
Get component logger.
Interface of auth credentials.