Uses of Interface
org.keycloak.models.workflow.WorkflowExecutionContext
Packages that use WorkflowExecutionContext
Package
Description
-
Uses of WorkflowExecutionContext in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow with parameters of type WorkflowExecutionContextModifier and TypeMethodDescriptionbooleanWorkflowConditionProvider.evaluate(WorkflowExecutionContext context) voidAddRequiredActionStepProvider.run(WorkflowExecutionContext context) voidDeleteUserStepProvider.run(WorkflowExecutionContext context) voidDisableUserStepProvider.run(WorkflowExecutionContext context) voidNotifyUserStepProvider.run(WorkflowExecutionContext context) voidRestartWorkflowStepProvider.run(WorkflowExecutionContext context) voidRoleBasedStepProvider.run(WorkflowExecutionContext context) voidSetUserAttributeStepProvider.run(WorkflowExecutionContext context) voidWorkflowStepProvider.run(WorkflowExecutionContext context) Run this workflow step. -
Uses of WorkflowExecutionContext in org.keycloak.models.workflow.conditions
Methods in org.keycloak.models.workflow.conditions with parameters of type WorkflowExecutionContextModifier and TypeMethodDescriptionbooleanGroupMembershipWorkflowConditionProvider.evaluate(WorkflowExecutionContext context) booleanIdentityProviderWorkflowConditionProvider.evaluate(WorkflowExecutionContext context) booleanRoleWorkflowConditionProvider.evaluate(WorkflowExecutionContext context) booleanUserAttributeWorkflowConditionProvider.evaluate(WorkflowExecutionContext context) -
Uses of WorkflowExecutionContext in org.keycloak.models.workflow.conditions.expression
Fields in org.keycloak.models.workflow.conditions.expression declared as WorkflowExecutionContextModifier and TypeFieldDescriptionprotected final WorkflowExecutionContextConditionEvaluator.contextConstructors in org.keycloak.models.workflow.conditions.expression with parameters of type WorkflowExecutionContextModifierConstructorDescriptionConditionEvaluator(KeycloakSession session, WorkflowExecutionContext context)