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 TypeClassDescriptionclass
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.Methods in org.eclipse.jetty.security with parameters of type UserStoreModifier and TypeMethodDescriptionvoid
HashLoginService.setUserStore
(UserStore userStore) Configure theUserStore
implementation to use.