Class PropertiesLoader
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader
- Direct Known Subclasses:
CertificateLoginModule
,KubernetesLoginModule
,PropertiesLoginModule
,SCRAMPropertiesLoginModule
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
booleanOption
(String name, Map options) void
load
(String nameProperty, String fallbackName, Map options, org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.NormaliseStringValues valueNormaliser) static void
reload()
static void
For test-usage only.
-
Field Details
-
LOGIN_CONFIG_SYS_PROP_NAME
-
debug
protected boolean debug
-
-
Constructor Details
-
PropertiesLoader
public PropertiesLoader()
-
-
Method Details
-
init
-
load
-
load
public ReloadableProperties load(String nameProperty, String fallbackName, Map options, org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.NormaliseStringValues valueNormaliser) -
booleanOption
-
reload
public static void reload() -
resetUsersAndGroupsCache
public static void resetUsersAndGroupsCache()For test-usage only.
-