|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\AuthApache\AuthFrontendCredentialsApache:
Collaboration diagram for ILIAS\AuthApache\AuthFrontendCredentialsApache:Public Member Functions | |
| __construct (ServerRequestInterface $http_request, ilCtrlInterface $ctrl) | |
| tryAuthenticationOnLoginPage () | |
| Check if an authentication attempt should be done when login page has been called. More... | |
| initFromRequest () | |
| hasValidTargetUrl () | |
| getTargetUrl () | |
Public Member Functions inherited from ilAuthFrontendCredentials | |
| __construct () | |
| setUsername (string $a_name) | |
| getUsername () | |
| setPassword (string $a_password) | |
| getPassword () | |
| setAuthMode (string $a_auth_mode) | |
| getAuthMode () | |
| setUsername (string $a_name) | |
| getUsername () | |
| setPassword (string $a_password) | |
| getPassword () | |
| setAuthMode (string $a_auth_mode) | |
| getAuthMode () | |
Protected Member Functions | |
| getSettings () | |
Private Attributes | |
| ServerRequestInterface | $http_request |
| ilCtrlInterface | $ctrl |
| ilSetting | $settings |
Additional Inherited Members | |
Protected Attributes inherited from ilAuthFrontendCredentials | |
| ilLogger | $logger |
Definition at line 34 of file AuthFrontendCredentialsApache.php.
| ILIAS\AuthApache\AuthFrontendCredentialsApache::__construct | ( | ServerRequestInterface | $http_request, |
| ilCtrlInterface | $ctrl | ||
| ) |
Definition at line 40 of file AuthFrontendCredentialsApache.php.
References ILIAS\AuthApache\AuthFrontendCredentialsApache\$ctrl, ILIAS\AuthApache\AuthFrontendCredentialsApache\$http_request, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 99 of file AuthFrontendCredentialsApache.php.
References ILIAS\AuthApache\AuthFrontendCredentialsApache\$settings.
Referenced by ILIAS\AuthApache\AuthFrontendCredentialsApache\initFromRequest(), and ILIAS\AuthApache\AuthFrontendCredentialsApache\tryAuthenticationOnLoginPage().
Here is the caller graph for this function:| ILIAS\AuthApache\AuthFrontendCredentialsApache::getTargetUrl | ( | ) |
Definition at line 149 of file AuthFrontendCredentialsApache.php.
References ilUtil\appendUrlParameterString().
Here is the call graph for this function:| ILIAS\AuthApache\AuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) |
Definition at line 129 of file AuthFrontendCredentialsApache.php.
References $path, CLIENT_ID, and ILIAS_DATA_DIR.
| ILIAS\AuthApache\AuthFrontendCredentialsApache::initFromRequest | ( | ) |
Definition at line 104 of file AuthFrontendCredentialsApache.php.
References $resolver, ILIAS\AuthApache\AuthProviderApache\APACHE_AUTH_TYPE_BY_FUNCTION, ILIAS\AuthApache\AuthProviderApache\APACHE_AUTH_TYPE_DIRECT_MAPPING, ilLogLevel\DEBUG, ILIAS\AuthApache\AuthFrontendCredentialsApache\getSettings(), ILIAS\Repository\logger(), and ilAuthFrontendCredentials\setUsername().
Here is the call graph for this function:| ILIAS\AuthApache\AuthFrontendCredentialsApache::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 52 of file AuthFrontendCredentialsApache.php.
References $parts, $path, ILIAS\Repository\ctrl(), ilUtil\getHtmlPath(), ILIAS\AuthApache\AuthFrontendCredentialsApache\getSettings(), IL_CERT_SSO, IL_COOKIE_PATH, and ilContext\supportsRedirects().
Here is the call graph for this function:
|
private |
Definition at line 37 of file AuthFrontendCredentialsApache.php.
Referenced by ILIAS\AuthApache\AuthFrontendCredentialsApache\__construct().
|
private |
Definition at line 36 of file AuthFrontendCredentialsApache.php.
Referenced by ILIAS\AuthApache\AuthFrontendCredentialsApache\__construct().
|
private |
Definition at line 38 of file AuthFrontendCredentialsApache.php.
Referenced by ILIAS\AuthApache\AuthFrontendCredentialsApache\getSettings().