Uses of Class
io.envoyproxy.envoy.config.filter.http.ext_authz.v2.AuthorizationResponse.Builder
Packages that use AuthorizationResponse.Builder
-
Uses of AuthorizationResponse.Builder in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return AuthorizationResponse.BuilderModifier and TypeMethodDescriptionAuthorizationResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthorizationResponse.Builder.clear()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.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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AuthorizationResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AuthorizationResponse.Builder.clone()HttpService.Builder.getAuthorizationResponseBuilder()Settings used for controlling authorization response metadata.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.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.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthorizationResponse.Builder.mergeFrom(com.google.protobuf.Message other) AuthorizationResponse.Builder.mergeFrom(AuthorizationResponse other) AuthorizationResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AuthorizationResponse.newBuilder()AuthorizationResponse.newBuilder(AuthorizationResponse prototype) AuthorizationResponse.newBuilderForType()protected AuthorizationResponse.BuilderAuthorizationResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.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.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.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthorizationResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AuthorizationResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AuthorizationResponse.toBuilder()Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with parameters of type AuthorizationResponse.BuilderModifier and TypeMethodDescriptionHttpService.Builder.setAuthorizationResponse(AuthorizationResponse.Builder builderForValue) Settings used for controlling authorization response metadata.