Uses of Enum Class
org.keycloak.config.OptionCategory
-
Uses of OptionCategory in org.keycloak.config
Modifier and TypeMethodDescriptionstatic OptionCategory
OptionCategory.fromHeading
(String heading) Option.getCategory()
static OptionCategory
Returns the enum constant of this class with the specified name.static OptionCategory[]
OptionCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionOption
(Class<T> type, String key, OptionCategory category, boolean hidden, boolean buildTime, String description, Optional<T> defaultValue, List<String> expectedValues, boolean strictExpectedValues, boolean caseInsensitiveExpectedValues, DeprecatedMetadata deprecatedMetadata)