Class FeatureRepresentation
java.lang.Object
org.keycloak.representations.info.FeatureRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<FeatureRepresentation>create()getLabel()getName()org.keycloak.representations.info.TypegetType()booleanvoidsetDependencies(Set<String> dependencies) voidsetEnabled(boolean enabled) voidvoidvoidsetType(org.keycloak.representations.info.Type type)
-
Constructor Details
-
FeatureRepresentation
public FeatureRepresentation() -
FeatureRepresentation
-
-
Method Details
-
create
-
getName
-
setName
-
getLabel
-
setLabel
-
getType
public org.keycloak.representations.info.Type getType() -
setType
public void setType(org.keycloak.representations.info.Type type) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getDependencies
-
setDependencies
-