Uses of Class
org.eclipse.jetty.security.UserStore
-
Packages that use UserStore Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of UserStore in org.eclipse.jetty.security
Subclasses of UserStore in org.eclipse.jetty.security Modifier and Type Class Description class
PropertyUserStore
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 UserStore Modifier and Type Method Description void
HashLoginService. setUserStore(UserStore userStore)
Configure theUserStore
implementation to use.
-