Uses of Enum Class
org.keycloak.common.Profile.Feature
Package
Description
-
Uses of Profile.Feature in org.keycloak.common
Modifier and TypeMethodDescriptionstatic Profile.Feature
Returns the enum constant of this class with the specified name.static Profile.Feature[]
Profile.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionProfile.getAllFeatures()
Profile.Feature.getDependencies()
Profile.getDeprecatedFeatures()
Profile.getDisabledFeatures()
Profile.getExperimentalFeatures()
Profile.getFeatures()
Profile.getFeatures
(Profile.Feature.Type type) Profile.getPreviewFeatures()
Modifier and TypeMethodDescriptionstatic boolean
Profile.isFeatureEnabled
(Profile.Feature feature) Modifier and TypeMethodDescriptionstatic Profile
Profile.init
(Profile.ProfileName profileName, Map<Profile.Feature, Boolean> features) -
Uses of Profile.Feature in org.keycloak.common.profile
Modifier and TypeMethodDescriptionCommaSeparatedListProfileConfigResolver.getFeatureConfig
(Profile.Feature feature) ProfileConfigResolver.getFeatureConfig
(Profile.Feature feature) PropertiesFileProfileConfigResolver.getFeatureConfig
(Profile.Feature feature) PropertiesProfileConfigResolver.getFeatureConfig
(Profile.Feature feature) -
Uses of Profile.Feature in org.keycloak.representations.info
-
Uses of Profile.Feature in org.keycloak.utils
Modifier and TypeMethodDescriptionstatic void
ProfileHelper.requireFeature
(Profile.Feature feature)