Uses of Enum Class
org.keycloak.common.Profile.Feature
Packages that use Profile.Feature
-
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) static Set<Profile.Feature>Profile.getFeatureVersions(String feature) Get all of the feature versions for the given feature.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 TypeMethodDescriptionstatic StringPropertiesProfileConfigResolver.getPropertyKey(Profile.Feature 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)