| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.filter.http.ext_authz.v2 |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.clear() |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.clearAllowedClientHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.clearAllowedUpstreamHeaders()
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.clone() |
AuthorizationResponse.Builder |
HttpService.Builder.getAuthorizationResponseBuilder()
Settings used for controlling authorization response metadata.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.mergeAllowedClientHeaders(ListStringMatcher value)
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.mergeAllowedUpstreamHeaders(ListStringMatcher value)
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.mergeFrom(AuthorizationResponse other) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AuthorizationResponse.Builder |
AuthorizationResponse.newBuilder() |
static AuthorizationResponse.Builder |
AuthorizationResponse.newBuilder(AuthorizationResponse prototype) |
AuthorizationResponse.Builder |
AuthorizationResponse.newBuilderForType() |
protected AuthorizationResponse.Builder |
AuthorizationResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedClientHeaders(ListStringMatcher.Builder builderForValue)
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedClientHeaders(ListStringMatcher value)
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`. is set, authorization
response headers that have a correspondent match will be added to the client's response.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedUpstreamHeaders(ListStringMatcher.Builder builderForValue)
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setAllowedUpstreamHeaders(ListStringMatcher value)
When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization
response headers that have a correspondent match will be added to the original client request.
|
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AuthorizationResponse.Builder |
AuthorizationResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuthorizationResponse.Builder |
AuthorizationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
HttpService.Builder |
HttpService.Builder.setAuthorizationResponse(AuthorizationResponse.Builder builderForValue)
Settings used for controlling authorization response metadata.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.