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