| Constructor and Description |
|---|
SecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
Account |
authenticate(AuthenticationToken authenticationToken)
Tries to authenticate an AuthenticationToken.
|
Account |
check(AuthenticationToken authenticationToken)
Tries to authenticate an AuthenticationToken.
|
void |
clearCache()
Clears the SecurityManager account cache and any CachingRealm's cache.
|
int |
getPreferredStartOrder() |
<X> List<X> |
getRealms(Class<X> realmClass) |
boolean |
isRunning() |
protected Collection<Realm> |
parseDefinedRealms(com.typesafe.config.Config config)
Parse the Realms from the Config object.
|
void |
start() |
void |
stop() |
public int getPreferredStartOrder()
getPreferredStartOrder in interface Servicepublic Account check(AuthenticationToken authenticationToken)
authenticationToken - public Account authenticate(AuthenticationToken authenticationToken)
authenticationToken - public void clearCache()
protected Collection<Realm> parseDefinedRealms(com.typesafe.config.Config config)
config - Copyright © 2017. All rights reserved.