Class FeatureRepresentation
java.lang.Object
org.keycloak.representations.info.FeatureRepresentation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<FeatureRepresentation>
create()
getLabel()
getName()
org.keycloak.representations.info.Type
getType()
boolean
void
setDependencies
(Set<String> dependencies) void
setEnabled
(boolean enabled) void
void
void
setType
(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
-