Uses of Class
org.eclipse.jetty.security.UserStore
Packages that use UserStore
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of UserStore in org.eclipse.jetty.security
Subclasses of UserStore in org.eclipse.jetty.securityModifier and TypeClassDescriptionclassThis class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.Fields in org.eclipse.jetty.security declared as UserStoreMethods in org.eclipse.jetty.security that return UserStoreModifier and TypeMethodDescription(package private) UserStoreHashLoginService.getUserStore()To facilitate testing.Methods in org.eclipse.jetty.security with parameters of type UserStoreModifier and TypeMethodDescriptionvoidHashLoginService.setUserStore(UserStore userStore) Configure theUserStoreimplementation to use.