Uses of Class
org.eclipse.jetty.security.PropertyUserStore
Packages that use PropertyUserStore
Package
Description
Jetty Jaas : Support for Jaas
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 PropertyUserStoreModifier and TypeFieldDescriptionprivate Map<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 PropertyUserStoreModifier and TypeMethodDescriptionPropertyUserStoreManager.addPropertyUserStore
(String file, PropertyUserStore store) PropertyUserStoreManager.getPropertyUserStore
(String file) Methods in org.eclipse.jetty.jaas with parameters of type PropertyUserStoreModifier and TypeMethodDescriptionPropertyUserStoreManager.addPropertyUserStore
(String file, PropertyUserStore store) -
Uses of PropertyUserStore in org.eclipse.jetty.jaas.spi
Fields in org.eclipse.jetty.jaas.spi declared as PropertyUserStore