Interface ConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOnly require that the peer certificate is present and valid.Specifies a SAN that must be present in the validated peer certificate.Specifies a SAN that must be present in the validated peer certificate.booleanSpecifies a SAN that must be present in the validated peer certificate.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
-
hasSanMatcher
boolean hasSanMatcher()Specifies a SAN that must be present in the validated peer certificate.
.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher san_matcher = 1;- Returns:
- Whether the sanMatcher field is set.
-
getSanMatcher
SubjectAltNameMatcher getSanMatcher()Specifies a SAN that must be present in the validated peer certificate.
.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher san_matcher = 1;- Returns:
- The sanMatcher.
-
getSanMatcherOrBuilder
SubjectAltNameMatcherOrBuilder getSanMatcherOrBuilder()Specifies a SAN that must be present in the validated peer certificate.
.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher san_matcher = 1; -
getAnyValidatedClientCertificate
boolean getAnyValidatedClientCertificate()Only require that the peer certificate is present and valid.
bool any_validated_client_certificate = 2;- Returns:
- The anyValidatedClientCertificate.
-