Interface SecurityFilterRule

All Known Implementing Classes:
PathFilterRule

public interface SecurityFilterRule

This interface is used by the SecurityFilter to authorize incoming requests.

Author:
Daniel Meyer, nico.rehwaldt
  • Method Details

    • authorize

      Authorization authorize(String requestMethod, String requestUri)
      Authorize the given request and return a Authorization as a result. May return null if the request could not be authorized.
      Parameters:
      requestMethod -
      requestUri -
      Returns:
      the authorization for the given request or null if the authorization for the request could not be checked