ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class class. More...
Public Member Functions | |
__construct () | |
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 | |
$settings = null | |
Description of class class.
Definition at line 13 of file class.ilAuthFrontendCredentialsApache.php.
ilAuthFrontendCredentialsApache::__construct | ( | ) |
Constructor.
Definition at line 20 of file class.ilAuthFrontendCredentialsApache.php.
References settings().
|
protected |
Definition at line 77 of file class.ilAuthFrontendCredentialsApache.php.
References $settings.
Referenced by initFromRequest(), and tryAuthenticationOnLoginPage().
ilAuthFrontendCredentialsApache::getTargetUrl | ( | ) |
Definition at line 151 of file class.ilAuthFrontendCredentialsApache.php.
References $_GET, and ilUtil\appendUrlParameterString().
ilAuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) |
ilAuthFrontendCredentialsApache::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 85 of file class.ilAuthFrontendCredentialsApache.php.
References $_SERVER, ilAuthProviderApache\APACHE_AUTH_TYPE_BY_FUNCTION, ilAuthProviderApache\APACHE_AUTH_TYPE_DIRECT_MAPPING, 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 32 of file class.ilAuthFrontendCredentialsApache.php.
References $_GET, $_SERVER, $path, defined, ilUtil\getHtmlPath(), getSettings(), IL_COOKIE_PATH, ilUtil\redirect(), and ilContext\supportsRedirects().
|
private |
Definition at line 15 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by getSettings().