Given a list of ARIDs, determine whether the current user session has access to each resource. Good for checking access to multiple resources at once, like when rendering a list of resources from a database.
The session of the user attempting to access the resources.
The intent with which the user is attempting to access the resources.
The list of resources to check access for.
A map of ARIDs to whether the user has access to each resource.
Given a list of ARIDs, determine whether the current user session has access to each resource. Good for checking access to multiple resources at once, like when rendering a list of resources from a database.