Determines if the current user can execute actions under the provided authorization.
Returns an array of authorizations that a given user can execute based on their roles.
Determines if a given user can execute actions under the provided authorization.
The authorization to check for execution rights.
The user to check for execution rights.
True if the user can execute actions under the authorization, otherwise false.
This class handles the execution of various types of authorization evaluations and contains utility methods as well.