Uses of Interface
org.keycloak.models.workflow.WorkflowExecutionContext
Packages that use WorkflowExecutionContext
-
Uses of WorkflowExecutionContext in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow with parameters of type WorkflowExecutionContextModifier and TypeMethodDescriptionbooleanAbstractWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanWorkflowConditionProvider.evaluate(WorkflowExecutionContext context) Evaluates the condition against the given workflow execution context.booleanWorkflowEventProvider.evaluate(WorkflowExecutionContext context) Evaluates whether the event in the workflow execution context matches this provider's criteria.voidWorkflowStepProvider.run(WorkflowExecutionContext context) Runs this workflow step.