Uses of Class
org.keycloak.models.workflow.WorkflowEvent
Packages that use WorkflowEvent
-
Uses of WorkflowEvent in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowEventModifier and TypeMethodDescriptionWorkflowExecutionContext.getEvent()Returns the workflow event that activated the current workflow execution.ResourceType.toEvent(AdminEvent event) ResourceType.toEvent(ProviderEvent event) Methods in org.keycloak.models.workflow with parameters of type WorkflowEventModifier and TypeMethodDescriptionvoidDefaultWorkflowProvider.submit(WorkflowEvent event) voidWorkflowProvider.submit(WorkflowEvent event) booleanResourceOperationType.test(WorkflowEvent event, String detail) -
Uses of WorkflowEvent in org.keycloak.models.workflow.conditions.expression
Constructors in org.keycloak.models.workflow.conditions.expression with parameters of type WorkflowEvent