Interface PermissionCheckExemptions

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isExempt​(com.atlassian.user.User user)
      Returns true if the user is exempt from permission checks, otherwise false.
    • Method Detail

      • isExempt

        boolean isExempt​(com.atlassian.user.User user)
        Returns true if the user is exempt from permission checks, otherwise false. The result of calling this should not be cached, because permission exemptions can change within a single request.