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()WorkflowStepProviderFactory.getType()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 with parameters of type ResourceTypeModifier and TypeMethodDescriptionbooleanWorkflowProvider.supports(ResourceType type) Checks if the provider supports resources of the specified type.Constructors in org.keycloak.models.workflow with parameters of type ResourceTypeModifierConstructorDescriptionWorkflowEvent(ResourceType type, ResourceOperationType operation, String resourceId, Object event)