Class AbstractWorkflowComponentRepresentation
java.lang.Object
org.keycloak.representations.workflows.AbstractWorkflowComponentRepresentation
- Direct Known Subclasses:
WorkflowRepresentation,WorkflowStepRepresentation
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddConfigValue(String key, String value) protected <T> TgetConfigValue(String key, Class<T> type) getConfigValues(String key) getId()voidvoidvoidsetConfig(MultivaluedHashMap<String, String> config) protected voidsetConfigValue(String key, Object... values) protected voidsetConfigValue(String key, List<String> values) void
-
Constructor Details
-
AbstractWorkflowComponentRepresentation
-
-
Method Details
-
getId
-
setId
-
getConfig
-
setConfig
-
setConfig
-
setConfig
-
getConfigValue
-
getConfigValues
-
setConfigValue
-
setConfigValue
-
addConfigValue
-