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
  • Field Details

    • LOGIN_CONFIG_SYS_PROP_NAME

      public static String LOGIN_CONFIG_SYS_PROP_NAME
    • debug

      protected boolean debug
  • Constructor Details

    • PropertiesLoader

      public PropertiesLoader()
  • Method Details

    • init

      public void init(Map options)
    • load

      public ReloadableProperties load(String nameProperty, String fallbackName, Map options)
    • load

      public ReloadableProperties load(String nameProperty, String fallbackName, Map options, org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.NormaliseStringValues valueNormaliser)
    • booleanOption

      protected static boolean booleanOption(String name, Map options)
    • reload

      public static void reload()
    • resetUsersAndGroupsCache

      public static void resetUsersAndGroupsCache()
      For test-usage only.