Interface AccessControlVoter


public interface AccessControlVoter
AccessControlVoters control access to their parent object within the Pull Reports REST API. Provide a custom instance of AccessControlVoter to the following classes to control REST API access:

Schema analog: <access_control_voter>

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    vote(jakarta.servlet.http.HttpServletRequest request)
    Return true to permit access to the parent object.
  • Method Details

    • vote

      boolean vote(jakarta.servlet.http.HttpServletRequest request)
      Return true to permit access to the parent object.
      Parameters:
      request - The HTTP request to the Pull Reports REST API.
      Returns:
      true to permit access.