public interface Realm
| Modifier and Type | Method and Description |
|---|---|
Account |
authenticate(AuthenticationToken authenticationToken) |
boolean |
canAuthenticate(AuthenticationToken authenticationToken) |
Account |
getAccount(String username) |
String |
getRealmName() |
boolean |
hasAccount(String username) |
void |
setup(com.typesafe.config.Config config) |
void |
start() |
void |
stop() |
void setup(com.typesafe.config.Config config)
void start()
void stop()
String getRealmName()
boolean canAuthenticate(AuthenticationToken authenticationToken)
Account authenticate(AuthenticationToken authenticationToken)
boolean hasAccount(String username)
Copyright © 2017. All rights reserved.