5 include_once
'./Services/Authentication/interfaces/interface.ilAuthCredentials.php';
51 $this->
getLogger()->debug(
'Username: "' . $a_name .
'"');
52 $this->username = trim($a_name);
69 $this->password = $a_password;
87 $this->captcha = $a_code;
105 $this->auth_mode = $a_auth_mode;
setLogger(ilLogger $logger)
Set Logger.
setAuthMode($a_auth_mode)
Set auth mode.
getAuthMode()
Get auth mode.
Interface of auth credentials.
getCaptchaCode()
Get captcha code.
getUsername()
Get username.
setPassword($a_password)
Set password.
setUsername($a_name)
Set username.
setCaptchaCode($a_code)
Set captcha code.
static getLogger($a_component_id)
Get component logger.
Component logger with individual log levels by component id.
Description of class class.
getPassword()
Get password.