RoleResolver.java | Interface | A component which resolves a List of QualifiedRoles into a resolved List for which Action Requests should get generated.
The resolve(...) method on this component takes the List of all QualifiedRoles for a given Role and should
return a List of only those QualifiedRoles that match the data on the document in the RouteContext. |