ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Base class for ilAuth, ilAuthHTTP .... 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... | |
assignData () | |
Overwritten to allow passwordless mount-instructions. More... | |
Protected Member Functions | |
failedLoginObserver ($a_username, $a_auth) | |
Failed login. More... | |
Base class for ilAuth, ilAuthHTTP ....
Definition at line 36 of file class.ilAuthHTTP.php.
ilAuthHTTP::__construct | ( | $container, | |
$a_options = array() |
|||
) |
Constructor.
object | Auth_ContainerBase |
array | further options Not used in the moment |
Definition at line 55 of file class.ilAuthHTTP.php.
References $container.
ilAuthHTTP::assignData | ( | ) |
Overwritten to allow passwordless mount-instructions.
Definition at line 70 of file class.ilAuthHTTP.php.
References $_GET, and $GLOBALS.
|
protected |
Failed login.
=> Draw login (HTTP 401)
object | $a_username | |
object | $a_auth |
Definition at line 87 of file class.ilAuthHTTP.php.
References $GLOBALS.
ilAuthHTTP::supportsRedirects | ( | ) |
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
Definition at line 44 of file class.ilAuthHTTP.php.