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 classPropertiesLoader.FileNameKey
-
Field Summary
Fields Modifier and Type Field Description protected booleandebug
-
Constructor Summary
Constructors Constructor Description PropertiesLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Map options)ReloadablePropertiesload(String nameProperty, String fallbackName, Map options)static voidresetUsersAndGroupsCache()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.
-
-