ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class for calendar authentication. More...
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... | |
Class for calendar authentication.
Definition at line 36 of file class.ilAuthCalendarToken.php.
ilAuthCalendarToken::__construct | ( | $container, | |
$a_options = array() |
|||
) |
Constructor.
object | Auth_ContainerBase |
array | further options Not used in the moment |
Definition at line 55 of file class.ilAuthCalendarToken.php.
References $container.
ilAuthCalendarToken::supportsRedirects | ( | ) |
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
Definition at line 44 of file class.ilAuthCalendarToken.php.