public class UserStore extends AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener| Constructor and Description |
|---|
UserStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(String username,
Credential credential,
String[] roles) |
IdentityService |
getIdentityService() |
Map<String,UserIdentity> |
getKnownUserIdentities() |
UserIdentity |
getUserIdentity(String userName) |
void |
removeUser(String username) |
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toStringpublic void addUser(String username, Credential credential, String[] roles)
public void removeUser(String username)
public UserIdentity getUserIdentity(String userName)
public IdentityService getIdentityService()
public Map<String,UserIdentity> getKnownUserIdentities()
Copyright © 2010 - 2020 Adobe. All Rights Reserved