Class ProfileInfoRepresentation
java.lang.Object
org.keycloak.representations.info.ProfileInfoRepresentation
- Author:
 - Stian Thorgersen
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDisabledFeatures(List<String> disabledFeatures) voidsetExperimentalFeatures(List<String> experimentalFeatures) voidvoidsetPreviewFeatures(List<String> previewFeatures)  
- 
Constructor Details
- 
ProfileInfoRepresentation
public ProfileInfoRepresentation() 
 - 
 - 
Method Details
- 
getName
 - 
setName
 - 
getDisabledFeatures
 - 
setDisabledFeatures
 - 
getPreviewFeatures
 - 
setPreviewFeatures
 - 
getExperimentalFeatures
 - 
setExperimentalFeatures
 
 -