| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilAuthFrontendCredentialsSaml. More...
 Inheritance diagram for ilAuthFrontendCredentialsSaml:
 Collaboration diagram for ilAuthFrontendCredentialsSaml:Public Member Functions | |
| __construct (private readonly ilSamlAuth $auth, private readonly ServerRequestInterface $request) | |
| initFromRequest () | |
| setAttributes (array $attributes) | |
| getAttributes () | |
| getReturnTo () | |
| setReturnTo (string $return_to) | |
  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... | |
Private Attributes | |
| string | $return_to = '' | 
| array | $attributes = [] | 
Class ilAuthFrontendCredentialsSaml.
Definition at line 27 of file class.ilAuthFrontendCredentialsSaml.php.
| ilAuthFrontendCredentialsSaml::__construct | ( | private readonly ilSamlAuth | $auth, | 
| private readonly ServerRequestInterface | $request | ||
| ) | 
Definition at line 32 of file class.ilAuthFrontendCredentialsSaml.php.
References ILIAS\GlobalScreen\Provider\__construct(), and setAttributes().
 Here is the call graph for this function:| ilAuthFrontendCredentialsSaml::getAttributes | ( | ) | 
Definition at line 49 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
| ilAuthFrontendCredentialsSaml::getReturnTo | ( | ) | 
Definition at line 54 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
| ilAuthFrontendCredentialsSaml::initFromRequest | ( | ) | 
Definition at line 39 of file class.ilAuthFrontendCredentialsSaml.php.
References setReturnTo().
 Here is the call graph for this function:| ilAuthFrontendCredentialsSaml::setAttributes | ( | array | $attributes | ) | 
Definition at line 44 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
Referenced by __construct().
 Here is the caller graph for this function:| ilAuthFrontendCredentialsSaml::setReturnTo | ( | string | $return_to | ) | 
Definition at line 59 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
Referenced by initFromRequest().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 30 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getAttributes(), and setAttributes().
      
  | 
  private | 
Definition at line 29 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getReturnTo(), and setReturnTo().