ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Calendar token based authentication More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
fetchData ($username, $password) | |
loginObserver ($a_username, $a_auth) | |
Called from fetchData after successful login. More... | |
Protected Attributes | |
$current_user_id = 0 | |
Calendar token based authentication
Definition at line 15 of file class.ilAuthContainerCalendarToken.php.
ilAuthContainerCalendarToken::__construct | ( | ) |
ilAuthContainerCalendarToken::fetchData | ( | $username, | |
$password | |||
) |
Definition at line 28 of file class.ilAuthContainerCalendarToken.php.
References $_GET, $GLOBALS, and ilCalendarAuthenticationToken\lookupUser().
ilAuthContainerCalendarToken::loginObserver | ( | $a_username, | |
$a_auth | |||
) |
Called from fetchData after successful login.
string | username |
Definition at line 42 of file class.ilAuthContainerCalendarToken.php.
References $GLOBALS, $name, and ilObjUser\_lookupName().
|
protected |
Definition at line 17 of file class.ilAuthContainerCalendarToken.php.