Class PropertiesLoader
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader
-
- Direct Known Subclasses:
CertificateLoginModule
,KubernetesLoginModule
,PropertiesLoginModule
,SCRAMPropertiesLoginModule
public class PropertiesLoader extends 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
static String
LOGIN_CONFIG_SYS_PROP_NAME
-
Constructor Summary
Constructors Constructor Description PropertiesLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static boolean
booleanOption(String name, Map options)
void
init(Map options)
ReloadableProperties
load(String nameProperty, String fallbackName, Map options)
static void
reload()
static void
resetUsersAndGroupsCache()
For test-usage only.
-
-
-
Field Detail
-
LOGIN_CONFIG_SYS_PROP_NAME
public static String LOGIN_CONFIG_SYS_PROP_NAME
-
debug
protected boolean debug
-
-
Method Detail
-
init
public void init(Map options)
-
load
public ReloadableProperties load(String nameProperty, String fallbackName, Map options)
-
reload
public static void reload()
-
resetUsersAndGroupsCache
public static void resetUsersAndGroupsCache()
For test-usage only.
-
-