|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilAuthFrontendCredentialsSaml. More...
Inheritance diagram for ilAuthFrontendCredentialsSaml:
Collaboration diagram for ilAuthFrontendCredentialsSaml:Public Member Functions | |
| __construct (ilSamlAuth $auth) | |
| ilAuthFrontendCredentialsSaml constructor. More... | |
| initFromRequest () | |
| Init credentials from request. More... | |
| setAttributes (array $attributes) | |
| getAttributes () | |
| getReturnTo () | |
| setReturnTo (string $return_to) | |
Public Member Functions inherited from ilAuthFrontendCredentials | |
| __construct () | |
| getLogger () | |
| Get logger. More... | |
| setLogger (ilLogger $logger) | |
| Set Logger. More... | |
| setUsername ($a_name) | |
| Set username. More... | |
| getUsername () | |
| Get username. More... | |
| setPassword ($a_password) | |
| Set password. More... | |
| getPassword () | |
| Get password. More... | |
| setCaptchaCode ($a_code) | |
| Set captcha code. More... | |
| getCaptchaCode () | |
| Get captcha code. More... | |
| setAuthMode ($a_auth_mode) | |
| Set auth mode. More... | |
| getAuthMode () | |
| Get auth mode. More... | |
| setUsername ($a_name) | |
| Set username. More... | |
| getUsername () | |
| Get username. More... | |
| setPassword ($a_password) | |
| Set password. More... | |
| getPassword () | |
| Get password. More... | |
| setCaptchaCode ($a_code) | |
| Set captcha code. More... | |
| getCaptchaCode () | |
| Get captcha code. More... | |
| setAuthMode ($a_auth_mode) | |
| Set auth mode. More... | |
| getAuthMode () | |
| Get auth mode. More... | |
Protected Attributes | |
| $attributes = [] | |
| $return_to = '' | |
| $auth | |
Class ilAuthFrontendCredentialsSaml.
Definition at line 7 of file class.ilAuthFrontendCredentialsSaml.php.
| ilAuthFrontendCredentialsSaml::__construct | ( | ilSamlAuth | $auth | ) |
ilAuthFrontendCredentialsSaml constructor.
| ilSamlAuth | $auth |
Definition at line 20 of file class.ilAuthFrontendCredentialsSaml.php.
References $auth, ILIAS\GlobalScreen\Provider\__construct(), and setAttributes().
Here is the call graph for this function:| ilAuthFrontendCredentialsSaml::getAttributes | ( | ) |
Definition at line 48 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
| ilAuthFrontendCredentialsSaml::getReturnTo | ( | ) |
Definition at line 56 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
| ilAuthFrontendCredentialsSaml::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 32 of file class.ilAuthFrontendCredentialsSaml.php.
References $_GET, and setReturnTo().
Here is the call graph for this function:| ilAuthFrontendCredentialsSaml::setAttributes | ( | array | $attributes | ) |
| 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 | ) |
| 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:
|
protected |
Definition at line 10 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getAttributes(), and setAttributes().
|
protected |
Definition at line 14 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by __construct().
|
protected |
Definition at line 12 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getReturnTo(), and setReturnTo().