This class handles the execution of various types of authorization evaluations and contains utility methods as well.

Constructors

Methods

  • Determines if a given user can execute actions under the provided authorization.

    Parameters

    • auth: AuthorizationInfo

      The authorization to check for execution rights.

    • user: UserInfo

      The user to check for execution rights.

    Returns boolean

    True if the user can execute actions under the authorization, otherwise false.