Account |
MemoryRealm.addAccount(Account account) |
Account |
MemoryRealm.addAccount(String username,
String password) |
Account |
MemoryRealm.addAccount(String name,
String username,
String password) |
Account |
Realm.authenticate(AuthenticationToken authenticationToken) |
Account |
FileRealm.authenticate(AuthenticationToken authenticationToken)
Force a re-read of the credentials file (if modified) before executing authentication.
|
Account |
StandardCredentialsRealm.authenticate(AuthenticationToken authenticationToken) |
Account |
MemoryRealm.authenticate(AuthenticationToken authenticationToken) |
Account |
StandardCredentialsRealm.authenticate(StandardCredentials requestCredentials) |
abstract Account |
StandardCredentialsRealm.authenticate(String username,
String password) |
Account |
MemoryRealm.authenticate(String username,
String password) |
Account |
MemoryRealm.authenticateToken(TokenCredentials credentials) |
Account |
CachingRealm.getAccount(String username) |
Account |
Realm.getAccount(String username) |
Account |
MemoryRealm.getAccount(String username) |
protected Account |
MemoryRealm.parseAccount(com.typesafe.config.Config accountConfig) |
Account |
MemoryRealm.removeAccount(String username) |