Interface MetadataConfiguration.Builder

  • Method Details

    • allowedRequestHeaders

      MetadataConfiguration.Builder allowedRequestHeaders(Collection<String> allowedRequestHeaders)

      A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.

      Parameters:
      allowedRequestHeaders - A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedRequestHeaders

      MetadataConfiguration.Builder allowedRequestHeaders(String... allowedRequestHeaders)

      A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.

      Parameters:
      allowedRequestHeaders - A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedQueryParameters

      MetadataConfiguration.Builder allowedQueryParameters(Collection<String> allowedQueryParameters)

      A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.

      Parameters:
      allowedQueryParameters - A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedQueryParameters

      MetadataConfiguration.Builder allowedQueryParameters(String... allowedQueryParameters)

      A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.

      Parameters:
      allowedQueryParameters - A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResponseHeaders

      MetadataConfiguration.Builder allowedResponseHeaders(Collection<String> allowedResponseHeaders)

      A list of HTTP headers that are allowed to be propagated from the target response back to the client.

      Parameters:
      allowedResponseHeaders - A list of HTTP headers that are allowed to be propagated from the target response back to the client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedResponseHeaders

      MetadataConfiguration.Builder allowedResponseHeaders(String... allowedResponseHeaders)

      A list of HTTP headers that are allowed to be propagated from the target response back to the client.

      Parameters:
      allowedResponseHeaders - A list of HTTP headers that are allowed to be propagated from the target response back to the client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.