Class DefaultPermissionCheckExemptions

    • Constructor Detail

      • DefaultPermissionCheckExemptions

        public DefaultPermissionCheckExemptions​(UserAccessor userAccessor,
                                                com.atlassian.crowd.embedded.api.CrowdService crowdService)
        Deprecated.
        Since:
        7.5
    • Method Detail

      • isExempt

        public boolean isExempt​(com.atlassian.user.User user)
        Deprecated.
        Description copied from interface: PermissionCheckExemptions
        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.
        Specified by:
        isExempt in interface PermissionCheckExemptions