|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class class. More...
Inheritance diagram for ilAuthFrontendCredentials:
Collaboration diagram for ilAuthFrontendCredentials:Public Member Functions | |
| __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... | |
Private Attributes | |
| $logger = null | |
| $username = '' | |
| $password = '' | |
| $captcha = '' | |
| $auth_mode = '' | |
Description of class class.
Definition at line 13 of file class.ilAuthFrontendCredentials.php.
| ilAuthFrontendCredentials::__construct | ( | ) |
Reimplemented in ilAuthFrontendCredentialsHTTP, ilAuthFrontendCredentialsShibboleth, ilAuthFrontendCredentialsLTI, and ilAuthFrontendCredentialsOpenIdConnect.
Definition at line 22 of file class.ilAuthFrontendCredentials.php.
References ilLoggerFactory\getLogger().
Here is the call graph for this function:| ilAuthFrontendCredentials::getAuthMode | ( | ) |
Get auth mode.
Implements ilAuthCredentials.
Definition at line 111 of file class.ilAuthFrontendCredentials.php.
References $auth_mode.
| ilAuthFrontendCredentials::getCaptchaCode | ( | ) |
Get captcha code.
Implements ilAuthCredentials.
Definition at line 93 of file class.ilAuthFrontendCredentials.php.
References $captcha.
| ilAuthFrontendCredentials::getLogger | ( | ) |
Get logger.
Definition at line 31 of file class.ilAuthFrontendCredentials.php.
References $logger.
Referenced by ilAuthFrontendCredentialsApache\initFromRequest(), ilAuthFrontendCredentialsLTI\initFromRequest(), setUsername(), and ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
Here is the caller graph for this function:| ilAuthFrontendCredentials::getPassword | ( | ) |
Get password.
Implements ilAuthCredentials.
Definition at line 75 of file class.ilAuthFrontendCredentials.php.
References $password.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
Here is the caller graph for this function:| ilAuthFrontendCredentials::getUsername | ( | ) |
Get username.
Implements ilAuthCredentials.
Definition at line 58 of file class.ilAuthFrontendCredentials.php.
References $username.
Referenced by ilAuthFrontendCredentialsSoap\tryAuthenticationOnLoginPage().
Here is the caller graph for this function:| ilAuthFrontendCredentials::setAuthMode | ( | $a_auth_mode | ) |
Set auth mode.
| type | $a_auth_mode |
Implements ilAuthCredentials.
Definition at line 103 of file class.ilAuthFrontendCredentials.php.
| ilAuthFrontendCredentials::setCaptchaCode | ( | $a_code | ) |
Set captcha code.
| string |
Implements ilAuthCredentials.
Definition at line 85 of file class.ilAuthFrontendCredentials.php.
| ilAuthFrontendCredentials::setLogger | ( | ilLogger | $logger | ) |
Set Logger.
| ilLogger | $logger |
Definition at line 40 of file class.ilAuthFrontendCredentials.php.
References $logger.
Referenced by ilAuthFrontendCredentialsLTI\__construct().
Here is the caller graph for this function:| ilAuthFrontendCredentials::setPassword | ( | $a_password | ) |
Set password.
| string | $a_password |
Implements ilAuthCredentials.
Definition at line 67 of file class.ilAuthFrontendCredentials.php.
Referenced by ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), and ilAuthFrontendCredentialsOpenIdConnect\initFromRequest().
Here is the caller graph for this function:| ilAuthFrontendCredentials::setUsername | ( | $a_name | ) |
Set username.
| string | username |
Implements ilAuthCredentials.
Definition at line 49 of file class.ilAuthFrontendCredentials.php.
References getLogger().
Referenced by ilAuthFrontendCredentialsApache\initFromRequest(), ilAuthFrontendCredentialsHTTP\initFromRequest(), ilAuthFrontendCredentialsShibboleth\initFromRequest(), ilAuthFrontendCredentialsLTI\initFromRequest(), and ilAuthFrontendCredentialsOpenIdConnect\initFromRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 20 of file class.ilAuthFrontendCredentials.php.
Referenced by getAuthMode().
|
private |
Definition at line 19 of file class.ilAuthFrontendCredentials.php.
Referenced by getCaptchaCode().
|
private |
Definition at line 15 of file class.ilAuthFrontendCredentials.php.
Referenced by getLogger(), ilAuthFrontendCredentialsOpenIdConnect\parseRedirectionTarget(), and setLogger().
|
private |
Definition at line 18 of file class.ilAuthFrontendCredentials.php.
Referenced by getPassword().
|
private |
Definition at line 17 of file class.ilAuthFrontendCredentials.php.
Referenced by getUsername().