4 include_once
'Auth.php';
32 public function __construct($a_container,$a_further_options = array())
39 array($a_container,
'forceAuthentication'),
45 if(is_object($PHPCAS_CLIENT) and $PHPCAS_CLIENT->isAuthenticated())
47 $this->username = $PHPCAS_CLIENT->getUser();
__construct($a_container, $a_further_options=array())
Constructor.
supportsRedirects()
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
initAuth()
Init auth object Enable logging, set callbacks...
$PHPCAS_CLIENT
This global variable is used by the interface class phpCAS.
setSessionName($name='session')
Set name of the session to a customized value.