Class WorkflowRepresentation
java.lang.Object
org.keycloak.representations.workflows.AbstractWorkflowComponentRepresentation
org.keycloak.representations.workflows.WorkflowRepresentation
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowRepresentation(String id, String workflow, MultivaluedHashMap<String, String> config, List<WorkflowStepRepresentation> steps) -
Method Summary
Modifier and TypeMethodDescriptioncreate()booleangetName()getOn()getState()getSteps()booleanvoidsetConcurrency(WorkflowConcurrencyRepresentation concurrency) voidsetConditions(String conditions) voidsetEnabled(Boolean enabled) voidvoidvoidvoidsetSteps(List<WorkflowStepRepresentation> steps) Methods inherited from class org.keycloak.representations.workflows.AbstractWorkflowComponentRepresentation
addConfigValue, getConfig, getConfigValue, getConfigValues, getConfigValuesOrSingle, getId, getUses, setConfig, setConfig, setConfig, setConfigValue, setConfigValue, setId, setUses
-
Constructor Details
-
WorkflowRepresentation
public WorkflowRepresentation() -
WorkflowRepresentation
public WorkflowRepresentation(String id, String workflow, MultivaluedHashMap<String, String> config, List<WorkflowStepRepresentation> steps)
-
-
Method Details