|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
@classDescription Web based authentication More...
Inheritance diagram for ilAuthWeb:
Collaboration diagram for ilAuthWeb:Public Member Functions | |
| supportsRedirects () | |
| Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section... More... | |
| __construct ($a_container, $a_addition_options=array()) | |
| Contructor. More... | |
| login () | |
@classDescription Web based authentication
Definition at line 31 of file class.ilAuthWeb.php.
| ilAuthWeb::__construct | ( | $a_container, | |
$a_addition_options = array() |
|||
| ) |
Contructor.
| object | $a_container | |
| object | $a_addition_options,[optional] |
Definition at line 49 of file class.ilAuthWeb.php.
| ilAuthWeb::login | ( | ) |
Definition at line 60 of file class.ilAuthWeb.php.
References AUTH_CAPTCHA_INVALID.
| ilAuthWeb::supportsRedirects | ( | ) |
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
Definition at line 38 of file class.ilAuthWeb.php.