Uses of Enum Class
org.keycloak.config.OptionCategory
Packages that use OptionCategory
-
Uses of OptionCategory in org.keycloak.config
Methods in org.keycloak.config that return OptionCategoryModifier and TypeMethodDescriptionstatic OptionCategoryOptionCategory.fromHeading(String heading) Option.getCategory()static OptionCategoryReturns 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.Methods in org.keycloak.config with parameters of type OptionCategoryConstructors in org.keycloak.config with parameters of type OptionCategoryModifierConstructorDescriptionOption(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)