|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAuthCredentials:
Collaboration diagram for ilAuthCredentials:Public Member Functions | |
| setUsername (string $a_name) | |
| getUsername () | |
| setPassword (string $a_password) | |
| getPassword () | |
| setAuthMode (string $a_auth_mode) | |
| getAuthMode () | |
Definition at line 21 of file interface.ilAuthCredentials.php.
| ilAuthCredentials::getAuthMode | ( | ) |
Implemented in ilAuthFrontendCredentials.
Referenced by ilAuthProviderFactory\getProviders().
Here is the caller graph for this function:| ilAuthCredentials::getPassword | ( | ) |
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::getUsername | ( | ) |
Implemented in ilAuthFrontendCredentials.
Referenced by ilAuthProviderFactory\getProviders().
Here is the caller graph for this function:| ilAuthCredentials::setAuthMode | ( | string | $a_auth_mode | ) |
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::setPassword | ( | string | $a_password | ) |
Implemented in ilAuthFrontendCredentials.
| ilAuthCredentials::setUsername | ( | string | $a_name | ) |
Implemented in ilAuthFrontendCredentials.