|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface of auth credentials. More...
Inheritance diagram for ilAuthCredentials:
Collaboration diagram for ilAuthCredentials:Public Member Functions | |
| 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... | |
Interface of auth credentials.
Definition at line 11 of file interface.ilAuthCredentials.php.
| ilAuthCredentials::getAuthMode | ( | ) |
Get auth mode.
Implemented in ilAuthFrontendCredentials.
Referenced by ilAuthProviderFactory\getProviders().
Here is the caller graph for this function:| ilAuthCredentials::getCaptchaCode | ( | ) |
Get captcha code.
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::getPassword | ( | ) |
Get password.
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::getUsername | ( | ) |
Get username.
Implemented in ilAuthFrontendCredentials.
Referenced by ilAuthProviderFactory\getProviders().
Here is the caller graph for this function:| ilAuthCredentials::setAuthMode | ( | $a_auth_mode | ) |
Set auth mode.
Used - for instance - for manual selection on login screen.
| string | $a_auth_mode |
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::setCaptchaCode | ( | $a_code | ) |
| ilAuthCredentials::setPassword | ( | $a_password | ) |
Set password.
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::setUsername | ( | $a_name | ) |
Set username.
Implemented in ilAuthFrontendCredentials.