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 WorkflowStepModifier and TypeMethodDescriptionWorkflowExecutionContext.getNextStep()Returns the next step to be executed in the workflow.Workflow.getStepById(String id) Methods in org.keycloak.models.workflow that return types with arguments of type WorkflowStepModifier and TypeMethodDescriptionWorkflow.getSteps()Get steps starting from the specified stepId (inclusive)Methods in org.keycloak.models.workflow with parameters of type WorkflowStepModifier and TypeMethodDescriptionintWorkflowStep.compareTo(WorkflowStep other) static WorkflowStepProviderWorkflows.getStepProvider(KeycloakSession session, WorkflowStep step) voidJpaWorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId) voidWorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId)