ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilAuthFrontendCredentialsSaml. More...
Public Member Functions | |
__construct (ilSamlAuth $auth) | |
ilAuthFrontendCredentialsSaml constructor. More... | |
initFromRequest () | |
Init credentials from request. More... | |
setAttributes (array $attributes) | |
getAttributes () | |
getReturnTo () | |
setReturnTo ($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... | |
Protected Attributes | |
$attributes = array() | |
$return_to = '' | |
$auth | |
Class ilAuthFrontendCredentialsSaml.
Definition at line 10 of file class.ilAuthFrontendCredentialsSaml.php.
ilAuthFrontendCredentialsSaml::__construct | ( | ilSamlAuth | $auth | ) |
ilAuthFrontendCredentialsSaml constructor.
ilSamlAuth | $auth |
Definition at line 31 of file class.ilAuthFrontendCredentialsSaml.php.
References $auth, and setAttributes().
ilAuthFrontendCredentialsSaml::getAttributes | ( | ) |
Definition at line 59 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
ilAuthFrontendCredentialsSaml::getReturnTo | ( | ) |
Definition at line 67 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
ilAuthFrontendCredentialsSaml::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 43 of file class.ilAuthFrontendCredentialsSaml.php.
References $_GET, and setReturnTo().
ilAuthFrontendCredentialsSaml::setAttributes | ( | array | $attributes | ) |
array | $attributes |
Definition at line 51 of file class.ilAuthFrontendCredentialsSaml.php.
References $attributes.
Referenced by __construct().
ilAuthFrontendCredentialsSaml::setReturnTo | ( | $return_to | ) |
string | $return_to |
Definition at line 75 of file class.ilAuthFrontendCredentialsSaml.php.
References $return_to.
Referenced by initFromRequest().
|
protected |
Definition at line 15 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getAttributes(), and setAttributes().
|
protected |
Definition at line 25 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by __construct().
|
protected |
Definition at line 20 of file class.ilAuthFrontendCredentialsSaml.php.
Referenced by getReturnTo(), and setReturnTo().