ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
@classDescription Apache 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 ($storageDriver, $options='', $loginFunction='', $showLogin=true) | |
Contructor. More... | |
login () | |
Private Attributes | |
$apache_settings | |
@classDescription Apache based authentication
Definition at line 35 of file class.ilAuthApache.php.
ilAuthApache::__construct | ( | $storageDriver, | |
$options = '' , |
|||
$loginFunction = '' , |
|||
$showLogin = true |
|||
) |
Contructor.
object | $a_container | |
object | $a_addition_options,[optional] |
Definition at line 55 of file class.ilAuthApache.php.
References $_POST, $_SERVER, $_SESSION, $lng, $options, APACHE_AUTH_TYPE_BY_FUNCTION, APACHE_AUTH_TYPE_DIRECT_MAPPING, APACHE_AUTH_TYPE_EXTENDED_MAPPING, AUTH_APACHE, defined, and ApacheCustom\getUsername().
ilAuthApache::login | ( | ) |
Definition at line 102 of file class.ilAuthApache.php.
References $_GET, $_POST, $_SERVER, $path, defined, ilUtil\getHtmlPath(), IL_COOKIE_PATH, ilUtil\redirect(), and ilContext\supportsRedirects().
ilAuthApache::supportsRedirects | ( | ) |
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
Definition at line 44 of file class.ilAuthApache.php.
|
private |
Definition at line 37 of file class.ilAuthApache.php.