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 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.voidAddRequiredActionStepProvider.run(WorkflowExecutionContext context) voidDeleteUserStepProvider.run(WorkflowExecutionContext context) voidDisableUserStepProvider.run(WorkflowExecutionContext context) voidGroupBasedStepProvider.run(WorkflowExecutionContext context) voidNotifyUserStepProvider.run(WorkflowExecutionContext context) voidRemoveRequiredActionStepProvider.run(WorkflowExecutionContext context) voidRemoveUserAttributeStepProvider.run(WorkflowExecutionContext context) voidRestartWorkflowStepProvider.run(WorkflowExecutionContext context) voidRoleBasedStepProvider.run(WorkflowExecutionContext context) voidSetUserAttributeStepProvider.run(WorkflowExecutionContext context) voidUnlinkUserStepProvider.run(WorkflowExecutionContext context) voidWorkflowStepProvider.run(WorkflowExecutionContext context) Runs this workflow step. -
Uses of WorkflowExecutionContext in org.keycloak.models.workflow.client
Methods in org.keycloak.models.workflow.client with parameters of type WorkflowExecutionContextModifier and TypeMethodDescriptionvoidDeleteClientStepProvider.run(WorkflowExecutionContext context) voidDisableClientStepProvider.run(WorkflowExecutionContext context) -
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.events
Methods in org.keycloak.models.workflow.events with parameters of type WorkflowExecutionContextModifier and TypeMethodDescriptionbooleanUserAuthenticatedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanUserFedIdentityAddedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanUserFedIdentityRemovedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanUserGroupMembershipAddedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanUserGroupMembershipRemovedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanUserRoleGrantedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) booleanUserRoleRevokedWorkflowEventProvider.evaluate(WorkflowExecutionContext context) -
Uses of WorkflowExecutionContext in org.keycloak.models.workflow.expression
Fields in org.keycloak.models.workflow.expression declared as WorkflowExecutionContextModifier and TypeFieldDescriptionprotected final WorkflowExecutionContextConditionEvaluator.contextConstructors in org.keycloak.models.workflow.expression with parameters of type WorkflowExecutionContextModifierConstructorDescriptionConditionEvaluator(KeycloakSession session, WorkflowExecutionContext context) EventEvaluator(KeycloakSession session, WorkflowExecutionContext context)