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 Type
    Method
    Description
    boolean
    Only 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.
    boolean
    Specifies a SAN that must be present in the validated peer certificate.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.