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.
See Also:
  • Method Details

    • getResourceIds

      List<String> getResourceIds(Workflow workflow)
      Finds all resources that are eligible for the first action of a workflow.
      Returns:
      A list of eligible resource IDs.
    • resolveResource

      Object resolveResource(String resourceId)