Uses of Class
org.eclipse.jetty.security.PropertyUserStore
-
Packages that use PropertyUserStore Package Description org.eclipse.jetty.jaas Jetty Jaas : Support for Jaasorg.eclipse.jetty.jaas.spi Jetty Jaas : Various Jaas Implementations for Jetty -
-
Uses of PropertyUserStore in org.eclipse.jetty.jaas
Fields in org.eclipse.jetty.jaas with type parameters of type PropertyUserStore Modifier and Type Field Description private java.util.Map<java.lang.String,PropertyUserStore>
PropertyUserStoreManager. _propertyUserStores
Map of user authentication and authorization information loaded in from a property file.Methods in org.eclipse.jetty.jaas that return PropertyUserStore Modifier and Type Method Description PropertyUserStore
PropertyUserStoreManager. addPropertyUserStore(java.lang.String file, PropertyUserStore store)
PropertyUserStore
PropertyUserStoreManager. getPropertyUserStore(java.lang.String file)
Methods in org.eclipse.jetty.jaas with parameters of type PropertyUserStore Modifier and Type Method Description PropertyUserStore
PropertyUserStoreManager. addPropertyUserStore(java.lang.String file, PropertyUserStore store)
-
Uses of PropertyUserStore in org.eclipse.jetty.jaas.spi
Fields in org.eclipse.jetty.jaas.spi declared as PropertyUserStore Modifier and Type Field Description private PropertyUserStore
PropertyFileLoginModule. _store
-