| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Description of class class. More...
 Inheritance diagram for ilAuthFrontendCredentialsApache:
 Collaboration diagram for ilAuthFrontendCredentialsApache:Public Member Functions | |
| __construct (ServerRequestInterface $httpRequest, 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) | |
| Set username.  More... | |
| getUsername () | |
| Get username.  More... | |
| setPassword (string $a_password) | |
| Set password.  More... | |
| getPassword () | |
| Get password.  More... | |
| setAuthMode (string $a_auth_mode) | |
| Set auth mode.  More... | |
| getAuthMode () | |
| Get auth mode.  More... | |
Protected Member Functions | |
| getSettings () | |
Private Attributes | |
| ServerRequestInterface | $httpRequest | 
| ilCtrlInterface | $ctrl | 
| ilSetting | $settings | 
| ilLogger | $logger | 
Description of class class.
Definition at line 30 of file class.ilAuthFrontendCredentialsApache.php.
| ilAuthFrontendCredentialsApache::__construct | ( | ServerRequestInterface | $httpRequest, | 
| ilCtrlInterface | $ctrl | ||
| ) | 
Definition at line 37 of file class.ilAuthFrontendCredentialsApache.php.
References $ctrl, $DIC, $httpRequest, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 98 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 143 of file class.ilAuthFrontendCredentialsApache.php.
References ilUtil\appendUrlParameterString().
 Here is the call graph for this function:| ilAuthFrontendCredentialsApache::hasValidTargetUrl | ( | ) | 
Definition at line 123 of file class.ilAuthFrontendCredentialsApache.php.
References $path, CLIENT_ID, and ILIAS_DATA_DIR.
| ilAuthFrontendCredentialsApache::initFromRequest | ( | ) | 
Definition at line 103 of file class.ilAuthFrontendCredentialsApache.php.
References ilAuthProviderApache\APACHE_AUTH_TYPE_BY_FUNCTION, ilAuthProviderApache\APACHE_AUTH_TYPE_DIRECT_MAPPING, ilLogLevel\DEBUG, getSettings(), ApacheCustom\getUsername(), ILIAS\Repository\logger(), 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 51 of file class.ilAuthFrontendCredentialsApache.php.
References $parts, $path, ILIAS\Repository\ctrl(), ilUtil\getHtmlPath(), getSettings(), IL_COOKIE_PATH, and ilContext\supportsRedirects().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 32 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 35 of file class.ilAuthFrontendCredentialsApache.php.
      
  | 
  private | 
Definition at line 34 of file class.ilAuthFrontendCredentialsApache.php.
Referenced by getSettings().