|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class for calendar authentication. More...
Inheritance diagram for ilAuthCalendar:
Collaboration diagram for ilAuthCalendar:Public Member Functions | |
| supportsRedirects () | |
| Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section... | |
| __construct ($container, $a_options=array()) | |
| Constructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Auth | |
| & | _factory ($driver, $options= '') |
| Return a storage driver based on $driver and $options. | |
| staticCheckAuth ($options=null) | |
| Statically checks if there is a session with valid auth information. | |
Data Fields inherited from Auth_HTTP | |
| $authType = 'basic' | |
| $realm = "protected area" | |
| $CancelText = "Error 401 - Access denied" | |
| $options = array() | |
| $stale = false | |
| $opaque = 'dummy' | |
| $uri = '' | |
| $auth = array() | |
| $nextNonce = '' | |
| $nonce = '' | |
| $server | |
| $post | |
| $cookie | |
Protected Member Functions inherited from ilAuthBase | |
| initAuth () | |
| Init auth object Enable logging, set callbacks... | |
| loginObserver ($a_username, $a_auth) | |
| Called after successful login. | |
| failedLoginObserver ($a_username, $a_auth) | |
| Called after failed login. | |
| checkAuthObserver ($a_username, $a_auth) | |
| Called after each check auth request. | |
| logoutObserver ($a_username, $a_auth) | |
| Called after logout. | |
Protected Attributes inherited from ilAuthBase | |
| $sub_status = null | |
Class for calendar authentication.
Definition at line 36 of file class.ilAuthCalendar.php.
| ilAuthCalendar::__construct | ( | $container, | |
$a_options = array() |
|||
| ) |
Constructor.
| object | Auth_ContainerBase |
| array | further options Not used in the moment |
Reimplemented from ilAuthHTTP.
Definition at line 55 of file class.ilAuthCalendar.php.
| ilAuthCalendar::supportsRedirects | ( | ) |
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
Reimplemented from ilAuthHTTP.
Definition at line 44 of file class.ilAuthCalendar.php.