|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Inheritance diagram for ILIAS\AuthApache\AuthFrontendCredentialsApache:
Collaboration diagram for ILIAS\AuthApache\AuthFrontendCredentialsApache:Public Member Functions | |
| __construct (private readonly GlobalHttpState $http, private readonly Factory $refinery, private readonly 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 | |
| readonly ilSetting | $settings |
Additional Inherited Members | |
Protected Attributes inherited from ilAuthFrontendCredentials | |
| ilLogger | $logger |
Definition at line 35 of file AuthFrontendCredentialsApache.php.
| ILIAS\AuthApache\AuthFrontendCredentialsApache::__construct | ( | private readonly GlobalHttpState | $http, |
| private readonly Factory | $refinery, | ||
| private readonly ilCtrlInterface | $ctrl | ||
| ) |
Definition at line 39 of file AuthFrontendCredentialsApache.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 96 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 151 of file AuthFrontendCredentialsApache.php.
References ilUtil\appendUrlParameterString(), and ILIAS\FileDelivery\http().
Here is the call graph for this function:| ILIAS\AuthApache\AuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) |
Definition at line 126 of file AuthFrontendCredentialsApache.php.
References $path, CLIENT_ID, ILIAS\FileDelivery\http(), and ILIAS_DATA_DIR.
Here is the call graph for this function:| ILIAS\AuthApache\AuthFrontendCredentialsApache::initFromRequest | ( | ) |
Definition at line 101 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\FileDelivery\http(), 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, $url, ilUtil\appendUrlParameterString(), ILIAS\Repository\ctrl(), ilUtil\getHtmlPath(), ILIAS\AuthApache\AuthFrontendCredentialsApache\getSettings(), ILIAS\FileDelivery\http(), IL_CERT_SSO, ILIAS\Repository\refinery(), 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\getSettings().