public static interface HttpConnectionManager.SetCurrentClientCertDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCert()
Whether to forward the entire client cert in URL encoded PEM format.
|
boolean |
getChain()
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM
format.
|
boolean |
getDns()
Whether to forward the DNS type Subject Alternative Names 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 |
getUri()
Whether to forward the URI type Subject Alternative Name 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 getCert()
Whether to forward the entire client cert in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Cert="PEM". Defaults to false.
bool cert = 3;boolean getChain()
Whether to forward the entire client cert chain (including the leaf cert) in URL encoded PEM format. This will appear in the XFCC header comma separated from other values with the value Chain="PEM". Defaults to false.
bool chain = 6;boolean getDns()
Whether to forward the DNS type Subject Alternative Names of the client cert. Defaults to false.
bool dns = 4;boolean getUri()
Whether to forward the URI type Subject Alternative Name of the client cert. Defaults to false.
bool uri = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.