Uses of Enum Class
org.keycloak.models.workflow.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return ResourceTypeModifier and TypeMethodDescriptionWorkflowEvent.getResourceType()WorkflowProviderEvent.getResourceType()Gets the resource type associated with this workflow event.WorkflowConditionProvider.getSupportedResourceType()Returns the ResourceType} that this condition is capable of evaluating.WorkflowEventProvider.getSupportedResourceType()Returns theResourceTypethat this event provider is capable of handling.Workflow.getSupportedType()static ResourceTypeReturns the enum constant of this class with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.models.workflow that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionWorkflowStepProviderFactory.getSupportedResourceTypes()Supported types, usually one type but could be more (RestartStep for example)Methods in org.keycloak.models.workflow with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoidWorkflowProvider.activate(Workflow workflow, ResourceType type, String resourceId) WorkflowProvider.getResourceTypeSelector(ResourceType type) Returns aResourceTypeSelectorfor the specified resource type.voidWorkflow.setSupportedType(ResourceType resourceType) Constructors in org.keycloak.models.workflow with parameters of type ResourceTypeModifierConstructorDescriptionWorkflowEvent(ResourceType type, String resourceId, Object event, String eventProviderId)