| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.addAllHeadersToAdd(Iterable<? extends HeaderValue> values)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue.Builder builderForValue)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue value)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.addHeadersToAdd(int index,
HeaderValue.Builder builderForValue)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.addHeadersToAdd(int index,
HeaderValue value)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.clear() |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.clearAllowedHeaders()
Authorization request will include the client request headers that have a correspondent match
in the :ref:`list <envoy_api_msg_type.matcher.v3.ListStringMatcher>`.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.clearHeadersToAdd()
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.clone() |
AuthorizationRequest.Builder |
HttpService.Builder.getAuthorizationRequestBuilder()
Settings used for controlling authorization request metadata.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.mergeAllowedHeaders(ListStringMatcher value)
Authorization request will include the client request headers that have a correspondent match
in the :ref:`list <envoy_api_msg_type.matcher.v3.ListStringMatcher>`.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.mergeFrom(AuthorizationRequest other) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AuthorizationRequest.Builder |
AuthorizationRequest.newBuilder() |
static AuthorizationRequest.Builder |
AuthorizationRequest.newBuilder(AuthorizationRequest prototype) |
AuthorizationRequest.Builder |
AuthorizationRequest.newBuilderForType() |
protected AuthorizationRequest.Builder |
AuthorizationRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.removeHeadersToAdd(int index)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setAllowedHeaders(ListStringMatcher.Builder builderForValue)
Authorization request will include the client request headers that have a correspondent match
in the :ref:`list <envoy_api_msg_type.matcher.v3.ListStringMatcher>`.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setAllowedHeaders(ListStringMatcher value)
Authorization request will include the client request headers that have a correspondent match
in the :ref:`list <envoy_api_msg_type.matcher.v3.ListStringMatcher>`.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setHeadersToAdd(int index,
HeaderValue.Builder builderForValue)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setHeadersToAdd(int index,
HeaderValue value)
Sets a list of headers that will be included to the request to authorization service.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuthorizationRequest.Builder |
AuthorizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
HttpService.Builder |
HttpService.Builder.setAuthorizationRequest(AuthorizationRequest.Builder builderForValue)
Settings used for controlling authorization request metadata.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.