|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| 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 () | |
Private Attributes | |
| string | $return_to = '' |
| array | $attributes = [] |
Additional Inherited Members | |
Protected Attributes inherited from ilAuthFrontendCredentials | |
| ilLogger | $logger |
Definition at line 23 of file class.ilAuthFrontendCredentialsSaml.php.
| ilAuthFrontendCredentialsSaml::__construct | ( | private readonly ilSamlAuth | $auth, |
| private readonly ServerRequestInterface | $request | ||
| ) |
Definition at line 28 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 45 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
| ilAuthFrontendCredentialsSaml::getReturnTo | ( | ) |
Definition at line 50 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
| ilAuthFrontendCredentialsSaml::initFromRequest | ( | ) |
Definition at line 35 of file class.ilAuthFrontendCredentialsSaml.php.
References setReturnTo().
Here is the call graph for this function:| ilAuthFrontendCredentialsSaml::setAttributes | ( | array | $attributes | ) |
Definition at line 40 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 55 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
Referenced by initFromRequest().
Here is the caller graph for this function:
|
private |
Definition at line 26 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getAttributes(), and setAttributes().
|
private |
Definition at line 25 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getReturnTo(), and setReturnTo().