Uses of Class
io.envoyproxy.envoy.config.filter.http.ext_authz.v2.AuthorizationRequest.Builder
Packages that use AuthorizationRequest.Builder
-
Uses of AuthorizationRequest.Builder in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return AuthorizationRequest.BuilderModifier and TypeMethodDescriptionAuthorizationRequest.Builder.addAllHeadersToAdd(Iterable<? extends HeaderValue> values) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.Builder.addHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included to the request to authorization service.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.addHeadersToAdd(HeaderValue value) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue.Builder builderForValue) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthorizationRequest.Builder.clear()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.ListStringMatcher>`.AuthorizationRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AuthorizationRequest.Builder.clearHeadersToAdd()Sets a list of headers that will be included to the request to authorization service.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) Authorization request will include the client request headers that have a correspondent match in the :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`.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 to the request to authorization service.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.ListStringMatcher>`.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.ListStringMatcher>`.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 to the request to authorization service.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.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.config.filter.http.ext_authz.v2 with parameters of type AuthorizationRequest.BuilderModifier and TypeMethodDescriptionHttpService.Builder.setAuthorizationRequest(AuthorizationRequest.Builder builderForValue) Settings used for controlling authorization request metadata.