ILIAS
release_8 Revision v8.19
|
Class ilAuthFrontendCredentialsSaml. More...
Public Member Functions | |
__construct (ilSamlAuth $auth, 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 | |
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().
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().
ilAuthFrontendCredentialsSaml::setAttributes | ( | array | $attributes | ) |
Definition at line 49 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
Referenced by __construct().
ilAuthFrontendCredentialsSaml::setReturnTo | ( | string | $return_to | ) |
Definition at line 64 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
Referenced by initFromRequest().
|
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().