|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
@classDescription Calendar token based authentication More...
Inheritance diagram for ilAuthContainerCalendarToken:
Collaboration diagram for ilAuthContainerCalendarToken: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 | |
@classDescription Calendar token based authentication
Definition at line 15 of file class.ilAuthContainerCalendarToken.php.
| ilAuthContainerCalendarToken::__construct | ( | ) |
Constructor.
Definition at line 23 of file class.ilAuthContainerCalendarToken.php.
| ilAuthContainerCalendarToken::fetchData | ( | $username, | |
| $password | |||
| ) |
Definition at line 28 of file class.ilAuthContainerCalendarToken.php.
References $_GET, $GLOBALS, and ilCalendarAuthenticationToken\lookupUser().
Here is the call graph for this function:| 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, and ilObjUser\_lookupName().
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilAuthContainerCalendarToken.php.