Package org.keycloak.models.workflow
package org.keycloak.models.workflow
-
ClassDescriptionUtility class to simplify implementation of WorkflowEventProvider interface, providing default implementations for most methods.A
ResourceTypeSelectorimplementation provides the mechanism to select existing realm resources that matches the conditions for a specificWorkflow.Defines a provider interface for evaluating conditions within workflow executions.Defines a provider interface for handling and converting events into workflow events.A contextual object providing information about the workflow execution.Base interface for workflow-related provider events.Event fired when a workflow is activated for a resource.Event fired when a workflow completes successfully.Event fired when a workflow is deactivated for a resource.Event fired when workflow resources are migrated from one step/workflow to another.Event fired when a workflow is restarted for a resource.Event fired when a workflow step is executed successfully.Event fired when a workflow step execution fails.Event fired when a workflow step is scheduled.WorkflowProviderFactory<P extends WorkflowProvider>Represents the state of a resource within a time-based workflow.Defines a provider interface for managing workflow execution state and scheduled steps.Represents a scheduled workflow step with its associated metadata.Defines a provider interface for executing workflow steps.WorkflowStepProviderFactory<P extends WorkflowStepProvider>