ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Description of class class. More...
Public Member Functions | |
__construct (ServerRequestInterface $httpRequest, ilCtrlInterface $ctrl) | |
tryAuthenticationOnLoginPage () | |
Check if an authentication attempt should be done when login page has been called. More... | |
initFromRequest () | |
hasValidTargetUrl () | |
getTargetUrl () | |
![]() | |
__construct () | |
setUsername (string $a_name) | |
Set username. More... | |
getUsername () | |
Get username. More... | |
setPassword (string $a_password) | |
Set password. More... | |
getPassword () | |
Get password. More... | |
setAuthMode (string $a_auth_mode) | |
Set auth mode. More... | |
getAuthMode () | |
Get auth mode. More... | |
Protected Member Functions | |
getSettings () | |
Private Attributes | |
ServerRequestInterface | $httpRequest |
ilCtrlInterface | $ctrl |
ilSetting | $settings |
ilLogger | $logger |
Description of class class.
Definition at line 30 of file class.ilAuthFrontendCredentialsApache.php.
ilAuthFrontendCredentialsApache::__construct | ( | ServerRequestInterface | $httpRequest, |
ilCtrlInterface | $ctrl | ||
) |
Definition at line 37 of file class.ilAuthFrontendCredentialsApache.php.
References $ctrl, $DIC, $httpRequest, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
|
protected |
Definition at line 98 of file class.ilAuthFrontendCredentialsApache.php.
References $settings.
Referenced by initFromRequest(), and tryAuthenticationOnLoginPage().
ilAuthFrontendCredentialsApache::getTargetUrl | ( | ) |
Definition at line 143 of file class.ilAuthFrontendCredentialsApache.php.
References ilUtil\appendUrlParameterString().
ilAuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) |
Definition at line 123 of file class.ilAuthFrontendCredentialsApache.php.
References $path, CLIENT_ID, and ILIAS_DATA_DIR.
ilAuthFrontendCredentialsApache::initFromRequest | ( | ) |
Definition at line 103 of file class.ilAuthFrontendCredentialsApache.php.
References ilAuthProviderApache\APACHE_AUTH_TYPE_BY_FUNCTION, ilAuthProviderApache\APACHE_AUTH_TYPE_DIRECT_MAPPING, ilLogLevel\DEBUG, getSettings(), ApacheCustom\getUsername(), ILIAS\Repository\logger(), and ilAuthFrontendCredentials\setUsername().
ilAuthFrontendCredentialsApache::tryAuthenticationOnLoginPage | ( | ) |
Check if an authentication attempt should be done when login page has been called.
Redirects in case no apache authentication has been tried before (GET['passed_sso'])
Definition at line 51 of file class.ilAuthFrontendCredentialsApache.php.
References $parts, $path, ILIAS\Repository\ctrl(), ilUtil\getHtmlPath(), getSettings(), IL_COOKIE_PATH, and ilContext\supportsRedirects().
|
private |
Definition at line 33 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by __construct().
|
private |
Definition at line 35 of file class.ilAuthFrontendCredentialsApache.php.
|
private |
Definition at line 34 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by getSettings().