19declare(strict_types=1);
35 $this->
logger = $DIC->logger()->auth();
43 $this->
logger->debug(
'Username: "' . $a_name .
'"');
44 $this->username = trim($a_name);
60 $this->password = $a_password;
76 $this->auth_mode = $a_auth_mode;
getPassword()
Get password.
getAuthMode()
Get auth mode.
setPassword(string $a_password)
Set password.
getUsername()
Get username.
setUsername(string $a_name)
Set username.
setAuthMode(string $a_auth_mode)
Set auth mode.
Component logger with individual log levels by component id.
Interface of auth credentials.