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