| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Calendar token based authentication More...
 Inheritance diagram for ilAuthContainerCalendarToken:
 Inheritance diagram for ilAuthContainerCalendarToken: Collaboration diagram for ilAuthContainerCalendarToken:
 Collaboration diagram for ilAuthContainerCalendarToken:| Public Member Functions | |
| __construct () | |
| Constructor. | |
| fetchData ($username, $password) | |
| loginObserver ($a_username, $a_auth) | |
| Called from fetchData after successful login. | |
|  Public Member Functions inherited from Auth_Container | |
| Auth_Container () | |
| Constructor. | |
| fetchData ($username, $password, $isChallengeResponse=false) | |
| Fetch data from storage container. | |
| verifyPassword ($password1, $password2, $cryptType="md5") | |
| Crypt and verfiy the entered password. | |
| supportsChallengeResponse () | |
| Returns true if the container supports Challenge Response password authentication. | |
| getCryptType () | |
| Returns the crypt current crypt type of the container. | |
| listUsers () | |
| List all users that are available from the storage container. | |
| getUser ($username) | |
| Returns a user assoc array. | |
| addUser ($username, $password, $additional=null) | |
| Add a new user to the storage container. | |
| removeUser ($username) | |
| Remove user from the storage container. | |
| changePassword ($username, $password) | |
| Change password for user in the storage container. | |
| log ($message, $level=AUTH_LOG_DEBUG) | |
| Log a message to the Auth log. | |
|  Public Member Functions inherited from ilAuthContainerBase | |
| failedLoginObserver ($a_username, $a_auth) | |
| Called after failed login. | |
| checkAuthObserver ($a_username, $a_auth) | |
| Called after check auth requests. | |
| logoutObserver ($a_username, $a_auth) | |
| Called after logout. | |
| supportsCaptchaVerification () | |
| Returns whether or not the auth container supports the verification of captchas This should be true for those auth methods, which are available in the default login form. | |
| Protected Attributes | |
| $current_user_id = 0 | |
| Additional Inherited Members | |
|  Data Fields inherited from Auth_Container | |
| $activeUser = "" | |
| User that is currently selected from the storage container. | |
| $_auth_obj = null | |
| The Auth object this container is attached to. | |
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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAuthContainerCalendarToken::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) | 
Called from fetchData after successful login.
| string | username | 
Reimplemented from ilAuthContainerBase.
Definition at line 42 of file class.ilAuthContainerCalendarToken.php.
References $GLOBALS, and ilObjUser\_lookupName().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 17 of file class.ilAuthContainerCalendarToken.php.