25include_once
'Auth.php';
41 parent::__construct($container,$a_options,
'',
false);
42 $this->setSessionName(
"_authhttp".md5(CLIENT_ID));
An exception for terminatinating execution or to throw for unit testing.
@classDescription Frontend class for SOAP based authentication
supportsRedirects()
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section....
__construct($container, $a_options=array())