Class AbstractWorkflowComponentRepresentation
java.lang.Object
org.keycloak.representations.workflows.AbstractWorkflowComponentRepresentation
- Direct Known Subclasses:
WorkflowConditionRepresentation
,WorkflowRepresentation
,WorkflowStepRepresentation
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractWorkflowComponentRepresentation
(String id, String uses, MultivaluedHashMap<String, String> config) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addConfigValue
(String key, String value) protected <T> T
getConfigValue
(String key, Class<T> type) getConfigValues
(String key) protected <T> T
getId()
getUses()
void
void
void
setConfig
(MultivaluedHashMap<String, String> config) protected void
setConfigValue
(String key, Object... values) protected void
setConfigValue
(String key, List<String> values) void
void
-
Constructor Details
-
AbstractWorkflowComponentRepresentation
public AbstractWorkflowComponentRepresentation(String id, String uses, MultivaluedHashMap<String, String> config)
-
-
Method Details
-
getId
-
setId
-
getUses
-
setUses
-
getConfig
-
setConfig
-
setConfig
-
setConfig
-
getConfigValue
-
getConfigValues
-
getConfigValuesOrSingle
-
setConfigValue
-
setConfigValue
-
addConfigValue
-