Uses of Class
org.keycloak.common.Profile.Feature
-
Packages that use Profile.Feature Package Description org.keycloak.common org.keycloak.common.profile 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 Set<Profile.Feature>
Profile. getAllFeatures()
Set<Profile.Feature>
Profile.Feature. getDependencies()
Set<Profile.Feature>
Profile. getDeprecatedFeatures()
Set<Profile.Feature>
Profile. getDisabledFeatures()
Set<Profile.Feature>
Profile. getExperimentalFeatures()
Map<Profile.Feature,Boolean>
Profile. getFeatures()
Set<Profile.Feature>
Profile. getFeatures(Profile.Feature.Type type)
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)
Method parameters in org.keycloak.common with type arguments of type Profile.Feature Modifier and Type Method Description static Profile
Profile. 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.Feature Modifier and Type Method Description ProfileConfigResolver.FeatureConfig
CommaSeparatedListProfileConfigResolver. getFeatureConfig(Profile.Feature feature)
ProfileConfigResolver.FeatureConfig
ProfileConfigResolver. getFeatureConfig(Profile.Feature feature)
ProfileConfigResolver.FeatureConfig
PropertiesFileProfileConfigResolver. getFeatureConfig(Profile.Feature feature)
ProfileConfigResolver.FeatureConfig
PropertiesProfileConfigResolver. getFeatureConfig(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)
-