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. _propertyUserStoresMap 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 PropertyUserStorePropertyUserStoreManager. addPropertyUserStore(java.lang.String file, PropertyUserStore store)PropertyUserStorePropertyUserStoreManager. getPropertyUserStore(java.lang.String file)Methods in org.eclipse.jetty.jaas with parameters of type PropertyUserStore Modifier and Type Method Description PropertyUserStorePropertyUserStoreManager. 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 PropertyUserStorePropertyFileLoginModule. _store
-