19declare(strict_types=1);
40 $this->
logger = $DIC->logger()->auth();
45 $this->context = $a_context;
64 $this->
logger->debug(
'Init auth frontend with standard auth context');
74 $this->
logger->debug(
'Init auth frontend with webservice auth context');
84 $this->
logger->debug(
'Init auth frontend with standard auth context');
94 $this->
logger->debug(
'Init auth frontend with http basic auth context');
104 $this->
logger->error(
'Trying to init auth with empty context');
const int CONTEXT_UNDEFINED
getFrontend(ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers)
setContext(int $a_context)
const int CONTEXT_STANDARD_FORM
Authentication with id and password.
Component logger with individual log levels by component id.