Uses of Class
org.keycloak.config.OptionCategory
-
Packages that use OptionCategory Package Description org.keycloak.config -
-
Uses of OptionCategory in org.keycloak.config
Methods in org.keycloak.config that return OptionCategory Modifier and Type Method Description OptionCategoryOption. getCategory()static OptionCategoryOptionCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionCategory[]OptionCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.config with parameters of type OptionCategory Modifier and Type Method Description OptionBuilder<T>OptionBuilder. category(OptionCategory category)Constructors in org.keycloak.config with parameters of type OptionCategory Constructor Description MultiOption(Class type, Class auxiliaryType, String key, OptionCategory category, boolean hidden, boolean buildTime, String description, Optional defaultValue, Supplier<List<String>> expectedValues)Option(Class<T> type, String key, OptionCategory category, boolean hidden, boolean buildTime, String description, Optional<T> defaultValue, Supplier<List<String>> expectedValues)
-