public static interface RouteMatch.TlsContextMatchOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getPresented()
If specified, the route will match against whether or not a certificate is presented.
|
com.google.protobuf.BoolValueOrBuilder |
getPresentedOrBuilder()
If specified, the route will match against whether or not a certificate is presented.
|
com.google.protobuf.BoolValue |
getValidated()
If specified, the route will match against whether or not a certificate is validated.
|
com.google.protobuf.BoolValueOrBuilder |
getValidatedOrBuilder()
If specified, the route will match against whether or not a certificate is validated.
|
boolean |
hasPresented()
If specified, the route will match against whether or not a certificate is presented.
|
boolean |
hasValidated()
If specified, the route will match against whether or not a certificate is validated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPresented()
If specified, the route will match against whether or not a certificate is presented. If not specified, certificate presentation status (true or false) will not be considered when route matching.
.google.protobuf.BoolValue presented = 1;com.google.protobuf.BoolValue getPresented()
If specified, the route will match against whether or not a certificate is presented. If not specified, certificate presentation status (true or false) will not be considered when route matching.
.google.protobuf.BoolValue presented = 1;com.google.protobuf.BoolValueOrBuilder getPresentedOrBuilder()
If specified, the route will match against whether or not a certificate is presented. If not specified, certificate presentation status (true or false) will not be considered when route matching.
.google.protobuf.BoolValue presented = 1;boolean hasValidated()
If specified, the route will match against whether or not a certificate is validated. If not specified, certificate validation status (true or false) will not be considered when route matching.
.google.protobuf.BoolValue validated = 2;com.google.protobuf.BoolValue getValidated()
If specified, the route will match against whether or not a certificate is validated. If not specified, certificate validation status (true or false) will not be considered when route matching.
.google.protobuf.BoolValue validated = 2;com.google.protobuf.BoolValueOrBuilder getValidatedOrBuilder()
If specified, the route will match against whether or not a certificate is validated. If not specified, certificate validation status (true or false) will not be considered when route matching.
.google.protobuf.BoolValue validated = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.