Interface HttpConnectionManager.ForwardClientCertConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpConnectionManager.ForwardClientCertConfig,HttpConnectionManager.ForwardClientCertConfig.Builder
- Enclosing class:
- HttpConnectionManager
public static interface HttpConnectionManager.ForwardClientCertConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHow to handle the XFCC header.intHow to handle the XFCC header.How to set the current client cert details.How to set the current client cert details.booleanHow to set the current client cert details.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getForwardClientCertDetailsValue
int getForwardClientCertDetailsValue()How to handle the XFCC header.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ForwardClientCertDetails forward_client_cert_details = 1;- Returns:
- The enum numeric value on the wire for forwardClientCertDetails.
-
getForwardClientCertDetails
HttpConnectionManager.ForwardClientCertDetails getForwardClientCertDetails()How to handle the XFCC header.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.ForwardClientCertDetails forward_client_cert_details = 1;- Returns:
- The forwardClientCertDetails.
-
hasSetCurrentClientCertDetails
boolean hasSetCurrentClientCertDetails()How to set the current client cert details.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails set_current_client_cert_details = 2;- Returns:
- Whether the setCurrentClientCertDetails field is set.
-
getSetCurrentClientCertDetails
HttpConnectionManager.SetCurrentClientCertDetails getSetCurrentClientCertDetails()How to set the current client cert details.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails set_current_client_cert_details = 2;- Returns:
- The setCurrentClientCertDetails.
-
getSetCurrentClientCertDetailsOrBuilder
HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder getSetCurrentClientCertDetailsOrBuilder()How to set the current client cert details.
.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails set_current_client_cert_details = 2;
-