|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class class. More...
Inheritance diagram for ilAuthFrontendCredentialsApache:
Collaboration diagram for ilAuthFrontendCredentialsApache: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... | |
| 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.
Reimplemented from ilAuthFrontendCredentials.
Definition at line 20 of file class.ilAuthFrontendCredentialsApache.php.
References settings().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file class.ilAuthFrontendCredentialsApache.php.
References $settings.
Referenced by initFromRequest(), and tryAuthenticationOnLoginPage().
Here is the caller graph for this function:| ilAuthFrontendCredentialsApache::getTargetUrl | ( | ) |
Definition at line 151 of file class.ilAuthFrontendCredentialsApache.php.
References $_GET, and ilUtil\appendUrlParameterString().
Here is the call graph for this function:| ilAuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) |
Definition at line 109 of file class.ilAuthFrontendCredentialsApache.php.
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 15 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by getSettings().