Uses of Class
org.keycloak.common.Profile.Feature
-
Packages that use Profile.Feature Package Description org.keycloak.common org.keycloak.utils -
-
Uses of Profile.Feature in org.keycloak.common
Methods in org.keycloak.common that return Profile.Feature Modifier and Type Method Description static Profile.Feature
Profile.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 boolean
Profile. isFeatureEnabled(Profile.Feature feature)
-
Uses of Profile.Feature in org.keycloak.utils
Methods in org.keycloak.utils with parameters of type Profile.Feature Modifier and Type Method Description static void
ProfileHelper. requireFeature(Profile.Feature feature)
-