ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Description of class class. More...
Public Member Functions | |
__construct (ServerRequestInterface $httpRequest, \ilCtrl $ctrl) | |
ilAuthFrontendCredentialsApache constructor. More... | |
tryAuthenticationOnLoginPage () | |
Check if an authentication attempt should be done when login page has been called. More... | |
initFromRequest () | |
Init credentials from request. More... | |
hasValidTargetUrl () | |
getTargetUrl () | |
Public Member Functions inherited from ilAuthFrontendCredentials | |
__construct () | |
getLogger () | |
Get logger. More... | |
setLogger (ilLogger $logger) | |
Set Logger. More... | |
setUsername ($a_name) | |
Set username. More... | |
getUsername () | |
Get username. More... | |
setPassword ($a_password) | |
Set password. More... | |
getPassword () | |
Get password. More... | |
setCaptchaCode ($a_code) | |
Set captcha code. More... | |
getCaptchaCode () | |
Get captcha code. More... | |
setAuthMode ($a_auth_mode) | |
Set auth mode. More... | |
getAuthMode () | |
Get auth mode. More... | |
Protected Member Functions | |
getSettings () | |
Private Attributes | |
$httpRequest | |
$ctrl | |
$settings = null | |
Description of class class.
Definition at line 13 of file class.ilAuthFrontendCredentialsApache.php.
ilAuthFrontendCredentialsApache::__construct | ( | ServerRequestInterface | $httpRequest, |
\ilCtrl | $ctrl | ||
) |
ilAuthFrontendCredentialsApache constructor.
ServerRequestInterface | $httpRequest | |
\ilCtrl | $ctrl |
Definition at line 28 of file class.ilAuthFrontendCredentialsApache.php.
References $ctrl, $httpRequest, and settings().
|
protected |
Definition at line 91 of file class.ilAuthFrontendCredentialsApache.php.
References $settings.
Referenced by initFromRequest(), and tryAuthenticationOnLoginPage().
ilAuthFrontendCredentialsApache::getTargetUrl | ( | ) |
Definition at line 147 of file class.ilAuthFrontendCredentialsApache.php.
ilAuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) |
Definition at line 122 of file class.ilAuthFrontendCredentialsApache.php.
References $path.
ilAuthFrontendCredentialsApache::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 99 of file class.ilAuthFrontendCredentialsApache.php.
References ilLogLevel\DEBUG, ilAuthFrontendCredentials\getLogger(), getSettings(), ApacheCustom\getUsername(), 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 41 of file class.ilAuthFrontendCredentialsApache.php.
References $path, ilUtil\getHtmlPath(), getSettings(), IL_COOKIE_PATH, and ilContext\supportsRedirects().
|
private |
Definition at line 19 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by __construct().
|
private |
Definition at line 16 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by __construct().
|
private |
Definition at line 21 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by getSettings().