Uses of Class
org.keycloak.models.workflow.WorkflowStep
Packages that use WorkflowStep
-
Uses of WorkflowStep in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowStepMethods in org.keycloak.models.workflow with parameters of type WorkflowStepModifier and TypeMethodDescriptionintWorkflowStep.compareTo(WorkflowStep other) voidWorkflowExecutionContext.fail(WorkflowStep step, String errorMessage) voidWorkflowExecutionContext.success(WorkflowStep step) Constructor parameters in org.keycloak.models.workflow with type arguments of type WorkflowStepModifierConstructorDescriptionWorkflowExecutionContext(Workflow workflow, List<WorkflowStep> steps, String resourceId) WorkflowExecutionContext(Workflow workflow, List<WorkflowStep> steps, String resourceId, String stepId, String executionId)