57 $this->context = $a_context;
76 case self::CONTEXT_CLI:
77 $this->
getLogger()->debug(
'Init auth frontend with standard auth context');
78 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendCLI.php';
87 case self::CONTEXT_WS:
88 $this->
getLogger()->debug(
'Init auth frontend with webservice auth context');
89 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendWS.php';
98 case self::CONTEXT_STANDARD_FORM:
99 $this->
getLogger()->debug(
'Init auth frontend with standard auth context');
100 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthStandardFormFrontend.php';
109 case self::CONTEXT_HTTP:
110 $this->
getLogger()->debug(
'Init auth frontend with http basic auth context');
111 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendHTTP.php';
120 case self::CONTEXT_UNDEFINED:
121 $this->
getLogger()->error(
'Trying to init auth with empty context');
Description of class class.
Description of class class.
const CONTEXT_STANDARD_FORM
Interface of auth credentials.
Factory for auth frontend classes.
getFrontend(ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers)
setContext($a_context)
Set context for following authentication requests.
Create styles array
The data for the language used.
__construct()
Constructor.
static getLogger($a_component_id)
Get component logger.
Auth status implementation.
Description of class class.