Package org.apache.activemq.jaas
Class PropertiesLoader
- java.lang.Object
-
- org.apache.activemq.jaas.PropertiesLoader
-
- Direct Known Subclasses:
CertificateLoginModule
,PropertiesLoginModule
public class PropertiesLoader extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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(Map options)
ReloadableProperties
load(String nameProperty, String fallbackName, Map options)
static void
resetUsersAndGroupsCache()
For test-usage only.
-
-
-
Method Detail
-
init
public void init(Map options)
-
load
public ReloadableProperties load(String nameProperty, String fallbackName, Map options)
-
resetUsersAndGroupsCache
public static void resetUsersAndGroupsCache()
For test-usage only.
-
-