|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
@classDescription Apache based authentication More...
Inheritance diagram for ilAuthApache:
Collaboration diagram for ilAuthApache: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 | |
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... | |
@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().
Here is the call graph for this function:| ilAuthApache::login | ( | ) |
Definition at line 99 of file class.ilAuthApache.php.
References $_GET, $_POST, $_SERVER, $path, defined, ilUtil\getHtmlPath(), IL_COOKIE_PATH, ilUtil\redirect(), and ilContext\supportsRedirects().
Here is the call graph for this function:| 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.