ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface of auth credentials. More...
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().
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().
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.