Class ReloadableProperties
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.ReloadableProperties
-
public class ReloadableProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ReadWriteLockLOCK
-
Constructor Summary
Constructors Constructor Description ReloadableProperties(PropertiesLoader.FileNameKey key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProps()Map<String,String>invertedPropertiesMap()Map<String,Set<String>>invertedPropertiesValuesMap()ReloadablePropertiesobtained()Map<String,Pattern>regexpPropertiesMap()
-
-
-
Field Detail
-
LOCK
public static final ReadWriteLock LOCK
-
-
Constructor Detail
-
ReloadableProperties
public ReloadableProperties(PropertiesLoader.FileNameKey key)
-
-
Method Detail
-
getProps
public Properties getProps()
-
obtained
public ReloadableProperties obtained()
-
-