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.commonMethods in org.keycloak.common that return Profile.Feature Modifier and Type Method Description static Profile.FeatureProfile.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 booleanProfile. isFeatureEnabled(Profile.Feature feature)Method parameters in org.keycloak.common with type arguments of type Profile.Feature Modifier and Type Method Description static ProfileProfile. init(Profile.ProfileName profileName, Map<Profile.Feature,Boolean> features)
- 
Uses of Profile.Feature in org.keycloak.common.profileMethods in org.keycloak.common.profile with parameters of type Profile.Feature Modifier and Type Method Description ProfileConfigResolver.FeatureConfigCommaSeparatedListProfileConfigResolver. getFeatureConfig(Profile.Feature feature)ProfileConfigResolver.FeatureConfigProfileConfigResolver. getFeatureConfig(Profile.Feature feature)ProfileConfigResolver.FeatureConfigPropertiesFileProfileConfigResolver. getFeatureConfig(Profile.Feature feature)ProfileConfigResolver.FeatureConfigPropertiesProfileConfigResolver. getFeatureConfig(Profile.Feature feature)
- 
Uses of Profile.Feature in org.keycloak.utilsMethods in org.keycloak.utils with parameters of type Profile.Feature Modifier and Type Method Description static voidProfileHelper. requireFeature(Profile.Feature feature)
 
-