Uses of Class
org.keycloak.models.workflow.Workflow
Packages that use Workflow
-
Uses of Workflow in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowModifier and TypeMethodDescriptionWorkflowProvider.getWorkflow(String id) WorkflowProvider.toModel(org.keycloak.representations.workflows.WorkflowRepresentation representation) Methods in org.keycloak.models.workflow that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowProvider.getWorkflows()WorkflowProvider.getWorkflows(String search, Boolean exact, Integer first, Integer max) Methods in org.keycloak.models.workflow with parameters of type WorkflowModifier and TypeMethodDescriptionvoidWorkflowProvider.activate(Workflow workflow, ResourceType type, String resourceId) voidWorkflowProvider.activateForAllEligibleResources(Workflow workflow) voidWorkflowProvider.deactivate(Workflow workflow, String resourceId) WorkflowStateProvider.getDueScheduledSteps(Workflow workflow) Retrieves all scheduled steps that are due for execution for the given workflow.ResourceTypeSelector.getResourceIds(Workflow workflow) Finds all resources that are eligible for the first action of a workflow.voidWorkflowProvider.removeWorkflow(Workflow workflow) WorkflowStateProvider.scheduleStep(Workflow workflow, WorkflowStep step, String resourceId, String executionId) Schedules a workflow step for future execution.org.keycloak.representations.workflows.WorkflowRepresentationWorkflowProvider.toRepresentation(Workflow workflow) voidWorkflowProvider.updateWorkflow(Workflow workflow, org.keycloak.representations.workflows.WorkflowRepresentation rep) Constructors in org.keycloak.models.workflow with parameters of type Workflow