Uses of Enum Class
org.keycloak.common.Profile.Feature
Packages that use Profile.Feature
Package
Description
-
Uses of Profile.Feature in org.keycloak.common
Methods in org.keycloak.common that return Profile.FeatureModifier and TypeMethodDescriptionstatic Profile.FeatureReturns 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.Methods in org.keycloak.common that return types with arguments of type Profile.FeatureModifier and TypeMethodDescriptionProfile.getAllFeatures()Profile.Feature.getDependencies()Profile.getDeprecatedFeatures()Profile.getDisabledFeatures()Profile.getExperimentalFeatures()Profile.getFeatures()Profile.getFeatures(Profile.Feature.Type type) Profile.getPreviewFeatures()Methods in org.keycloak.common with parameters of type Profile.FeatureModifier and TypeMethodDescriptionstatic booleanProfile.isFeatureEnabled(Profile.Feature feature) Method parameters in org.keycloak.common with type arguments of type Profile.FeatureModifier and TypeMethodDescriptionstatic ProfileProfile.init(Profile.ProfileName profileName, Map<Profile.Feature, Boolean> features) -
Uses of Profile.Feature in org.keycloak.common.profile
Methods in org.keycloak.common.profile with parameters of type Profile.FeatureModifier 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
Constructors in org.keycloak.representations.info with parameters of type Profile.Feature -
Uses of Profile.Feature in org.keycloak.utils
Methods in org.keycloak.utils with parameters of type Profile.FeatureModifier and TypeMethodDescriptionstatic voidProfileHelper.requireFeature(Profile.Feature feature)