Uses of Class
org.keycloak.representations.workflows.WorkflowRepresentation.Builder
Packages that use WorkflowRepresentation.Builder
-
Uses of WorkflowRepresentation.Builder in org.keycloak.representations.workflows
Methods in org.keycloak.representations.workflows that return WorkflowRepresentation.BuilderModifier and TypeMethodDescriptionWorkflowRepresentation.create()
WorkflowRepresentation.Builder.immediate()
WorkflowRepresentation.Builder.onConditions
(WorkflowConditionRepresentation... condition) WorkflowRepresentation.Builder.recurring()
WorkflowRepresentation.Builder.withConfig
(String key, String value) WorkflowRepresentation.Builder.withConfig
(String key, List<String> value) WorkflowRepresentation.Builder.withSteps
(WorkflowStepRepresentation... steps)