Uses of Enum Class
org.keycloak.common.Profile.Feature
-
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) static Set<Profile.Feature>
Profile.getFeatureVersions
(String feature) Get all of the feature versions for the given feature.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 TypeMethodDescriptionstatic String
PropertiesProfileConfigResolver.getPropertyKey
(Profile.Feature feature) -
Uses of Profile.Feature in org.keycloak.utils
Modifier and TypeMethodDescriptionstatic void
ProfileHelper.requireFeature
(Profile.Feature feature)