Uses of Class
org.keycloak.common.Profile.Feature
-
Packages that use Profile.Feature Package Description org.keycloak.common -
-
Uses of Profile.Feature in org.keycloak.common
Methods in org.keycloak.common that return Profile.Feature Modifier and Type Method Description static Profile.FeatureProfile.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile.Feature[]Profile.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.common that return types with arguments of type Profile.Feature Modifier and Type Method Description static Set<Profile.Feature>Profile. getDeprecatedFeatures()static Set<Profile.Feature>Profile. getDisabledFeatures()static Set<Profile.Feature>Profile. getExperimentalFeatures()static Set<Profile.Feature>Profile. getPreviewFeatures()Methods in org.keycloak.common with parameters of type Profile.Feature Modifier and Type Method Description static booleanProfile. isFeatureEnabled(Profile.Feature feature)
-