public static interface HttpConnectionManagerOuterClass.HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCert()
[#not-implemented-hide:]
Whether to forward the entire client cert in base64 encoded format.
|
com.google.protobuf.BoolValue |
getSan()
Whether to forward the SAN of the client cert.
|
com.google.protobuf.BoolValueOrBuilder |
getSanOrBuilder()
Whether to forward the SAN of the client cert.
|
com.google.protobuf.BoolValue |
getSubject()
Whether to forward the subject of the client cert.
|
com.google.protobuf.BoolValueOrBuilder |
getSubjectOrBuilder()
Whether to forward the subject of the client cert.
|
boolean |
hasSan()
Whether to forward the SAN of the client cert.
|
boolean |
hasSubject()
Whether to forward the subject of the client cert.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSubject()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;com.google.protobuf.BoolValue getSubject()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;com.google.protobuf.BoolValueOrBuilder getSubjectOrBuilder()
Whether to forward the subject of the client cert. Defaults to false.
.google.protobuf.BoolValue subject = 1;boolean hasSan()
Whether to forward the SAN of the client cert. Defaults to false.
.google.protobuf.BoolValue san = 2;com.google.protobuf.BoolValue getSan()
Whether to forward the SAN of the client cert. Defaults to false.
.google.protobuf.BoolValue san = 2;com.google.protobuf.BoolValueOrBuilder getSanOrBuilder()
Whether to forward the SAN of the client cert. Defaults to false.
.google.protobuf.BoolValue san = 2;boolean getCert()
[#not-implemented-hide:] Whether to forward the entire client cert in base64 encoded format. Defaults to false.
bool cert = 3;Copyright © 2018 The Envoy Project. All rights reserved.