4 include_once
'Auth/Container.php';
25 parent::__construct();
30 $GLOBALS[
'ilLog']->write(
'Fetch data');
31 include_once
'./Services/Calendar/classes/class.ilCalendarAuthenticationToken.php';
34 return $this->current_user_id > 0;
44 $GLOBALS[
'ilLog']->write(
'Called login observer');
47 $a_auth->setAuth(
$name[
'login']);
static _lookupName($a_user_id)
lookup user name
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
Calendar token based authentication
loginObserver($a_username, $a_auth)
Called from fetchData after successful login.
__construct()
Constructor.
static lookupUser($a_token)
Lookup user by hash.
fetchData($username, $password)