| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilAuthFrontendCredentialsOpenIdConnect:
 Collaboration diagram for ilAuthFrontendCredentialsOpenIdConnect:Public Member Functions | |
| __construct () | |
| getRedirectionTarget () | |
| initFromRequest () | |
  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 () | |
| parseRedirectionTarget () | |
Private Attributes | |
| const | SESSION_TARGET = 'oidc_target' | 
| const | QUERY_PARAM_TARGET = 'target' | 
| readonly ilOpenIdConnectSettings | $settings | 
| string | $target = null | 
Definition at line 21 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
| ilAuthFrontendCredentialsOpenIdConnect::__construct | ( | ) | 
Definition at line 29 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilOpenIdConnectSettings\getInstance(), and ILIAS\Repository\settings().
 Here is the call graph for this function:| ilAuthFrontendCredentialsOpenIdConnect::getRedirectionTarget | ( | ) | 
Definition at line 47 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $target.
      
  | 
  protected | 
Definition at line 42 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References $settings.
| ilAuthFrontendCredentialsOpenIdConnect::initFromRequest | ( | ) | 
Definition at line 52 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References parseRedirectionTarget(), ilAuthFrontendCredentials\setPassword(), and ilAuthFrontendCredentials\setUsername().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 60 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
References ilSession\get(), and ilSession\set().
Referenced by initFromRequest().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 26 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getSettings().
      
  | 
  private | 
Definition at line 27 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
Referenced by getRedirectionTarget().
      
  | 
  private | 
Definition at line 24 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.
      
  | 
  private | 
Definition at line 23 of file class.ilAuthFrontendCredentialsOpenIdConnect.php.