57 $this->context = $a_context;
75 case self::CONTEXT_CLI:
76 $this->
getLogger()->debug(
'Init auth frontend with standard auth context');
77 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendCLI.php';
86 case self::CONTEXT_WS:
87 $this->
getLogger()->debug(
'Init auth frontend with webservice auth context');
88 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendWS.php';
97 case self::CONTEXT_STANDARD_FORM:
98 $this->
getLogger()->debug(
'Init auth frontend with standard auth context');
99 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthStandardFormFrontend.php';
108 case self::CONTEXT_HTTP:
109 $this->
getLogger()->debug(
'Init auth frontend with http basic auth context');
110 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendHTTP.php';
119 case self::CONTEXT_UNDEFINED:
120 $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.