Enum Class ConfigConstants

java.lang.Object
java.lang.Enum<ConfigConstants>
net.cst.keycloak.audit.model.ConfigConstants
All Implemented Interfaces:
Serializable, Comparable<ConfigConstants>, Constable

public enum ConfigConstants extends Enum<ConfigConstants>
  • Enum Constant Details

    • DISABLE_EXTERNAL_ACCESS

      public static final ConfigConstants DISABLE_EXTERNAL_ACCESS
    • DISABLE_ROLE_CHECK

      public static final ConfigConstants DISABLE_ROLE_CHECK
    • GLOBAL_MASTER_ACCESS

      public static final ConfigConstants GLOBAL_MASTER_ACCESS
    • DEFAULT_ROLE

      public static final ConfigConstants DEFAULT_ROLE
    • DEFAULT_TIMEZONE

      public static final ConfigConstants DEFAULT_TIMEZONE
  • Method Details

    • values

      public static ConfigConstants[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ConfigConstants valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public final String value()
    • getDefaultValue

      public final String getDefaultValue()