19declare(strict_types=1);
55 $this->
logger = $DIC->logger()->auth();
63 $this->context = $a_context;
78 $this->
logger->debug(
'Init auth frontend with standard auth context');
88 $this->
logger->debug(
'Init auth frontend with webservice auth context');
98 $this->
logger->debug(
'Init auth frontend with standard auth context');
108 $this->
logger->debug(
'Init auth frontend with http basic auth context');
118 $this->
logger->error(
'Trying to init auth with empty context');
Factory for auth frontend classes.
getFrontend(ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers)
__construct()
Constructor.
setContext(int $a_context)
Set context for following authentication requests.
const CONTEXT_STANDARD_FORM
Auth status implementation.
Component logger with individual log levels by component id.
Interface of auth credentials.
Interface for auth methods (web form, http, ...)