Package org.eclipse.jetty.security
Class UserStore
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.security.UserStore
- All Implemented Interfaces:
LifeCycle
- Direct Known Subclasses:
PropertyUserStore
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Base class to store User
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUser(String username, Credential credential, String[] roles) Deprecated.Deprecated.Deprecated.getUserIdentity(String userName) Deprecated.voidremoveUser(String username) Deprecated.Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toString
-
Constructor Details
-
UserStore
public UserStore()Deprecated.
-
-
Method Details
-
addUser
Deprecated. -
removeUser
Deprecated. -
getUserIdentity
Deprecated. -
getIdentityService
Deprecated. -
getKnownUserIdentities
Deprecated.
-