|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Authentication class for ECS users (access to remote courses) More...
Inheritance diagram for ilAuthECS:
Collaboration diagram for ilAuthECS: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... | |
Authentication class for ECS users (access to remote courses)
Definition at line 37 of file class.ilAuthECS.php.
| ilAuthECS::__construct | ( | $container, | |
$a_options = array() |
|||
| ) |
Constructor.
@param object Auth_ContainerBase @param array further options Not used in the moment
Definition at line 55 of file class.ilAuthECS.php.
References $_POST.
| ilAuthECS::supportsRedirects | ( | ) |
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
Definition at line 44 of file class.ilAuthECS.php.