57        $this->context = $a_context;
 
   76                $this->
getLogger()->debug(
'Init auth frontend with standard auth context');
 
   77                include_once 
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendCLI.php';
 
   87                $this->
getLogger()->debug(
'Init auth frontend with webservice auth context');
 
   88                include_once 
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendWS.php';
 
   98                $this->
getLogger()->debug(
'Init auth frontend with standard auth context');
 
   99                include_once 
'./Services/Authentication/classes/Frontend/class.ilAuthStandardFormFrontend.php';
 
  109                $this->
getLogger()->debug(
'Init auth frontend with http basic auth context');
 
  110                include_once 
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendHTTP.php';
 
  120                $this->
getLogger()->error(
'Trying to init auth with empty context');
 
An exception for terminatinating execution or to throw for unit testing.
Description of class class.
Factory for auth frontend classes.
getFrontend(ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers)
__construct()
Constructor.
const CONTEXT_STANDARD_FORM
setContext($a_context)
Set context for following authentication requests.
Description of class class.
Description of class class.
Auth status implementation.
static getLogger($a_component_id)
Get component logger.
Interface of auth credentials.