ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
initFromRequest () | |
Init credentials from request. More... | |
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 Member Functions | |
getSettings () | |
Private Attributes | |
$settings = null | |
Description of class class.
Definition at line 14 of file class.ilAuthFrontendCredentialsShibboleth.php.
ilAuthFrontendCredentialsShibboleth::__construct | ( | ) |
Constructor.
Definition at line 25 of file class.ilAuthFrontendCredentialsShibboleth.php.
References $GLOBALS, and settings().
|
protected |
Definition at line 37 of file class.ilAuthFrontendCredentialsShibboleth.php.
References $settings.
ilAuthFrontendCredentialsShibboleth::initFromRequest | ( | ) |
Init credentials from request.
Definition at line 45 of file class.ilAuthFrontendCredentialsShibboleth.php.
References ilAuthFrontendCredentials\setPassword(), settings(), and ilAuthFrontendCredentials\setUsername().
|
private |
Definition at line 19 of file class.ilAuthFrontendCredentialsShibboleth.php.
Referenced by getSettings().