|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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... More... | |
| __construct ($container, $a_options=array()) | |
| Constructor. More... | |
Public Member Functions inherited from ilAuthHTTP | |
| supportsRedirects () | |
| Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section... More... | |
| __construct ($container, $a_options=array()) | |
| Constructor. More... | |
| assignData () | |
| Overwritten to allow passwordless mount-instructions. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ilAuthHTTP | |
| failedLoginObserver ($a_username, $a_auth) | |
| Failed login. More... | |
Class for calendar authentication.
Definition at line 36 of file class.ilAuthCalendar.php.
| ilAuthCalendar::__construct | ( | $container, | |
$a_options = array() |
|||
| ) |
Constructor.
@param object Auth_ContainerBase @param 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.