Uses of Class
io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest.Builder
Packages that use AuthorizationRequest.Builder
-
Uses of AuthorizationRequest.Builder in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return AuthorizationRequest.BuilderModifier and TypeMethodDescriptionAuthorizationRequest.Builder.addAllHeadersToAdd(Iterable<? extends HeaderValue> values) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.addHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.addHeadersToAdd(int index, HeaderValue.Builder builderForValue) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue.Builder builderForValue) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthorizationRequest.Builder.clear()AuthorizationRequest.Builder.clearAllowedHeaders()Deprecated.AuthorizationRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AuthorizationRequest.Builder.clearHeadersToAdd()Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AuthorizationRequest.Builder.clone()HttpService.Builder.getAuthorizationRequestBuilder()Settings used for controlling authorization request metadata.AuthorizationRequest.Builder.mergeAllowedHeaders(ListStringMatcher value) Deprecated.AuthorizationRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthorizationRequest.Builder.mergeFrom(com.google.protobuf.Message other) AuthorizationRequest.Builder.mergeFrom(AuthorizationRequest other) AuthorizationRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AuthorizationRequest.BuilderAuthorizationRequest.newBuilder()static AuthorizationRequest.BuilderAuthorizationRequest.newBuilder(AuthorizationRequest prototype) AuthorizationRequest.newBuilderForType()protected AuthorizationRequest.BuilderAuthorizationRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AuthorizationRequest.Builder.removeHeadersToAdd(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.setAllowedHeaders(ListStringMatcher value) Deprecated.AuthorizationRequest.Builder.setAllowedHeaders(ListStringMatcher.Builder builderForValue) Deprecated.AuthorizationRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthorizationRequest.Builder.setHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.setHeadersToAdd(int index, HeaderValue.Builder builderForValue) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AuthorizationRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AuthorizationRequest.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type AuthorizationRequest.BuilderModifier and TypeMethodDescriptionHttpService.Builder.setAuthorizationRequest(AuthorizationRequest.Builder builderForValue) Settings used for controlling authorization request metadata.