Package org.keycloak.models.workflow
Interface ResourceTypeSelector
- All Known Implementing Classes:
UserResourceTypeWorkflowProvider
public interface ResourceTypeSelector
A
ResourceTypeSelector implementation provides the mechanism to select existing realm resources
that matches the conditions for a specific Workflow.-
Method Summary
Modifier and TypeMethodDescriptiongetResourceIds(Workflow workflow) Finds all resources that are eligible for the first action of a workflow.resolveResource(String resourceId)
-
Method Details
-
getResourceIds
Finds all resources that are eligible for the first action of a workflow.- Returns:
- A list of eligible resource IDs.
-
resolveResource
-