ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct (private readonly ilSamlAuth $auth, private readonly ServerRequestInterface $request) | |
initFromRequest () | |
setAttributes (array $attributes) | |
getAttributes () | |
getReturnTo () | |
setReturnTo (string $return_to) | |
![]() | |
__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 = [] |
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().
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().
ilAuthFrontendCredentialsSaml::setAttributes | ( | array | $attributes | ) |
Definition at line 40 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
Referenced by __construct().
ilAuthFrontendCredentialsSaml::setReturnTo | ( | string | $return_to | ) |
Definition at line 55 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
Referenced by initFromRequest().
|
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().