Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ForwardClientCertDetails
Packages that use HttpConnectionManager.ForwardClientCertDetails
-
Uses of HttpConnectionManager.ForwardClientCertDetails in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.ForwardClientCertDetailsModifier and TypeFieldDescriptionprivate static final HttpConnectionManager.ForwardClientCertDetails[]HttpConnectionManager.ForwardClientCertDetails.VALUESFields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.ForwardClientCertDetailsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.ForwardClientCertDetails> HttpConnectionManager.ForwardClientCertDetails.internalValueMapMethods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.ForwardClientCertDetailsModifier and TypeMethodDescriptionHttpConnectionManager.ForwardClientCertDetails.forNumber(int value) HttpConnectionManager.Builder.getForwardClientCertDetails()How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP header.HttpConnectionManager.getForwardClientCertDetails()How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP header.HttpConnectionManagerOrBuilder.getForwardClientCertDetails()How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP header.HttpConnectionManager.ForwardClientCertDetails.valueOf(int value) Deprecated.HttpConnectionManager.ForwardClientCertDetails.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.HttpConnectionManager.ForwardClientCertDetails.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.ForwardClientCertDetailsModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.ForwardClientCertDetails> HttpConnectionManager.ForwardClientCertDetails.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.ForwardClientCertDetailsModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setForwardClientCertDetails(HttpConnectionManager.ForwardClientCertDetails value) How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP header.