Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails.Builder
Packages that use HttpConnectionManager.SetCurrentClientCertDetails.Builder
-
Uses of HttpConnectionManager.SetCurrentClientCertDetails.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.SetCurrentClientCertDetails.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.SetCurrentClientCertDetails, HttpConnectionManager.SetCurrentClientCertDetails.Builder, HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder> HttpConnectionManager.Builder.setCurrentClientCertDetailsBuilder_Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.SetCurrentClientCertDetails.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.SetCurrentClientCertDetails.Builder.clear()HttpConnectionManager.SetCurrentClientCertDetails.Builder.clearCert()Whether to forward the entire client cert in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder.clearChain()Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder.clearDns()Whether to forward the DNS type Subject Alternative Names of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder.clearSubject()Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder.clearUri()Whether to forward the URI type Subject Alternative Name of the client cert.HttpConnectionManager.Builder.getSetCurrentClientCertDetailsBuilder()This field is valid only when :ref:`forward_client_cert_details <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.forward_client_cert_details>` is APPEND_FORWARD or SANITIZE_SET and the client connection is mTLS.HttpConnectionManager.SetCurrentClientCertDetails.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpConnectionManager.SetCurrentClientCertDetails.Builder.mergeFrom(com.google.protobuf.Message other) HttpConnectionManager.SetCurrentClientCertDetails.Builder.mergeFrom(HttpConnectionManager.SetCurrentClientCertDetails other) HttpConnectionManager.SetCurrentClientCertDetails.Builder.mergeSubject(com.google.protobuf.BoolValue value) Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.newBuilder()HttpConnectionManager.SetCurrentClientCertDetails.newBuilder(HttpConnectionManager.SetCurrentClientCertDetails prototype) HttpConnectionManager.SetCurrentClientCertDetails.newBuilderForType()HttpConnectionManager.SetCurrentClientCertDetails.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpConnectionManager.SetCurrentClientCertDetails.Builder.setCert(boolean value) Whether to forward the entire client cert in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder.setChain(boolean value) Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format.HttpConnectionManager.SetCurrentClientCertDetails.Builder.setDns(boolean value) Whether to forward the DNS type Subject Alternative Names of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder.setSubject(com.google.protobuf.BoolValue value) Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder.setSubject(com.google.protobuf.BoolValue.Builder builderForValue) Whether to forward the subject of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.Builder.setUri(boolean value) Whether to forward the URI type Subject Alternative Name of the client cert.HttpConnectionManager.SetCurrentClientCertDetails.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.SetCurrentClientCertDetails.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.SetCurrentClientCertDetails, HttpConnectionManager.SetCurrentClientCertDetails.Builder, HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder> HttpConnectionManager.Builder.internalGetSetCurrentClientCertDetailsFieldBuilder()This field is valid only when :ref:`forward_client_cert_details <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.forward_client_cert_details>` is APPEND_FORWARD or SANITIZE_SET and the client connection is mTLS.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.SetCurrentClientCertDetails.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setSetCurrentClientCertDetails(HttpConnectionManager.SetCurrentClientCertDetails.Builder builderForValue) This field is valid only when :ref:`forward_client_cert_details <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.forward_client_cert_details>` is APPEND_FORWARD or SANITIZE_SET and the client connection is mTLS.