Package org.keycloak.common
Class Profile
java.lang.Object
org.keycloak.common.Profile
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic Profileconfigure(ProfileConfigResolver... resolvers) static Profiledefaults()static Set<Profile.Feature>getFeatureVersions(String feature) Get all of the feature versions for the given feature.static ProfilegetName()static Profileinit(Profile.ProfileName profileName, Map<Profile.Feature, Boolean> features) static booleanisFeatureEnabled(Profile.Feature feature) static voidreset() 
- 
Method Details
- 
defaults
 - 
configure
 - 
getAllUnversionedFeatureNames
 - 
getDisableableUnversionedFeatureNames
 - 
getFeatureVersions
Get all of the feature versions for the given feature. They will be ordered by priority.If the feature does not exist an empty collection will be returned.
 - 
init
 - 
getInstance
 - 
reset
public static void reset() - 
isFeatureEnabled
 - 
getName
 - 
getAllFeatures
 - 
getDisabledFeatures
 - 
getPreviewFeatures
- Returns:
 - all features of type "preview" or "preview_disabled_by_default"
 
 - 
getExperimentalFeatures
 - 
getDeprecatedFeatures
 - 
getFeatures
 - 
getFeatures
 
 -