ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Web based authentication More...
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 () | |
Additional Inherited Members | |
Static Public Member Functions inherited from SimpleSAML\Utils\Auth | |
static | getAdminLoginURL ($returnTo=null) |
Retrieve a admin login URL. More... | |
static | isAdmin () |
Check whether the current user is admin. More... | |
static | requireAdmin () |
Require admin access to the current page. More... | |
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.