Class PropertiesLoader
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader
-
- Direct Known Subclasses:
CertificateLoginModule
,PropertiesLoginModule
,SCRAMPropertiesLoginModule
public class PropertiesLoader extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertiesLoader.FileNameKey
-
Field Summary
Fields Modifier and Type Field Description protected boolean
debug
-
Constructor Summary
Constructors Constructor Description PropertiesLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(java.util.Map options)
ReloadableProperties
load(java.lang.String nameProperty, java.lang.String fallbackName, java.util.Map options)
static void
resetUsersAndGroupsCache()
For test-usage only.
-
-
-
Method Detail
-
init
public void init(java.util.Map options)
-
load
public ReloadableProperties load(java.lang.String nameProperty, java.lang.String fallbackName, java.util.Map options)
-
resetUsersAndGroupsCache
public static void resetUsersAndGroupsCache()
For test-usage only.
-
-