public interface AuthorizationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ListStringMatcher |
getAllowedClientHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
ListStringMatcherOrBuilder |
getAllowedClientHeadersOrBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
ListStringMatcher |
getAllowedUpstreamHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
ListStringMatcherOrBuilder |
getAllowedUpstreamHeadersOrBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
ListStringMatcher |
getAllowedUpstreamHeadersToAppend()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
ListStringMatcherOrBuilder |
getAllowedUpstreamHeadersToAppendOrBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
boolean |
hasAllowedClientHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
boolean |
hasAllowedUpstreamHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
boolean |
hasAllowedUpstreamHeadersToAppend()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAllowedUpstreamHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the original client request. Note that coexistent headers will be overridden.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_upstream_headers = 1;ListStringMatcher getAllowedUpstreamHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the original client request. Note that coexistent headers will be overridden.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_upstream_headers = 1;ListStringMatcherOrBuilder getAllowedUpstreamHeadersOrBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the original client request. Note that coexistent headers will be overridden.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_upstream_headers = 1;boolean hasAllowedUpstreamHeadersToAppend()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the client's response. Note that coexistent headers will be appended.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_upstream_headers_to_append = 3;ListStringMatcher getAllowedUpstreamHeadersToAppend()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the client's response. Note that coexistent headers will be appended.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_upstream_headers_to_append = 3;ListStringMatcherOrBuilder getAllowedUpstreamHeadersToAppendOrBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the client's response. Note that coexistent headers will be appended.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_upstream_headers_to_append = 3;boolean hasAllowedClientHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization response headers that have a correspondent match will be added to the client's response. Note that when this list is *not* set, all the authorization response headers, except *Authority (Host)* will be in the response to the client. When a header is included in this list, *Path*, *Status*, *Content-Length*, *WWWAuthenticate* and *Location* are automatically added.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_client_headers = 2;ListStringMatcher getAllowedClientHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization response headers that have a correspondent match will be added to the client's response. Note that when this list is *not* set, all the authorization response headers, except *Authority (Host)* will be in the response to the client. When a header is included in this list, *Path*, *Status*, *Content-Length*, *WWWAuthenticate* and *Location* are automatically added.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_client_headers = 2;ListStringMatcherOrBuilder getAllowedClientHeadersOrBuilder()
When this :ref:`list <envoy_api_msg_type.matcher.v4alpha.ListStringMatcher>`. is set, authorization response headers that have a correspondent match will be added to the client's response. Note that when this list is *not* set, all the authorization response headers, except *Authority (Host)* will be in the response to the client. When a header is included in this list, *Path*, *Status*, *Content-Length*, *WWWAuthenticate* and *Location* are automatically added.
.envoy.type.matcher.v4alpha.ListStringMatcher allowed_client_headers = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.