public static interface Cert.DownstreamTlsContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cert.CommonTlsContext |
getCommonTlsContext()
Common TLS context settings.
|
Cert.CommonTlsContextOrBuilder |
getCommonTlsContextOrBuilder()
Common TLS context settings.
|
com.google.protobuf.BoolValue |
getRequireClientCertificate()
If specified, Envoy will reject connections without a valid client
certificate.
|
com.google.protobuf.BoolValueOrBuilder |
getRequireClientCertificateOrBuilder()
If specified, Envoy will reject connections without a valid client
certificate.
|
com.google.protobuf.BoolValue |
getRequireSni()
If specified, Envoy will reject connections without a valid and matching SNI.
|
com.google.protobuf.BoolValueOrBuilder |
getRequireSniOrBuilder()
If specified, Envoy will reject connections without a valid and matching SNI.
|
Cert.TlsSessionTicketKeys |
getSessionTicketKeys()
TLS session ticket key settings.
|
Cert.TlsSessionTicketKeysOrBuilder |
getSessionTicketKeysOrBuilder()
TLS session ticket key settings.
|
Cert.SdsSecretConfig |
getSessionTicketKeysSdsSecretConfig()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
Cert.SdsSecretConfigOrBuilder |
getSessionTicketKeysSdsSecretConfigOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
Cert.DownstreamTlsContext.SessionTicketKeysTypeCase |
getSessionTicketKeysTypeCase() |
boolean |
hasCommonTlsContext()
Common TLS context settings.
|
boolean |
hasRequireClientCertificate()
If specified, Envoy will reject connections without a valid client
certificate.
|
boolean |
hasRequireSni()
If specified, Envoy will reject connections without a valid and matching SNI.
|
boolean |
hasSessionTicketKeys()
TLS session ticket key settings.
|
boolean |
hasSessionTicketKeysSdsSecretConfig()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommonTlsContext()
Common TLS context settings.
.envoy.api.v2.auth.CommonTlsContext common_tls_context = 1;Cert.CommonTlsContext getCommonTlsContext()
Common TLS context settings.
.envoy.api.v2.auth.CommonTlsContext common_tls_context = 1;Cert.CommonTlsContextOrBuilder getCommonTlsContextOrBuilder()
Common TLS context settings.
.envoy.api.v2.auth.CommonTlsContext common_tls_context = 1;boolean hasRequireClientCertificate()
If specified, Envoy will reject connections without a valid client certificate.
.google.protobuf.BoolValue require_client_certificate = 2;com.google.protobuf.BoolValue getRequireClientCertificate()
If specified, Envoy will reject connections without a valid client certificate.
.google.protobuf.BoolValue require_client_certificate = 2;com.google.protobuf.BoolValueOrBuilder getRequireClientCertificateOrBuilder()
If specified, Envoy will reject connections without a valid client certificate.
.google.protobuf.BoolValue require_client_certificate = 2;boolean hasRequireSni()
If specified, Envoy will reject connections without a valid and matching SNI. [#not-implemented-hide:]
.google.protobuf.BoolValue require_sni = 3;com.google.protobuf.BoolValue getRequireSni()
If specified, Envoy will reject connections without a valid and matching SNI. [#not-implemented-hide:]
.google.protobuf.BoolValue require_sni = 3;com.google.protobuf.BoolValueOrBuilder getRequireSniOrBuilder()
If specified, Envoy will reject connections without a valid and matching SNI. [#not-implemented-hide:]
.google.protobuf.BoolValue require_sni = 3;boolean hasSessionTicketKeys()
TLS session ticket key settings.
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 4;Cert.TlsSessionTicketKeys getSessionTicketKeys()
TLS session ticket key settings.
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 4;Cert.TlsSessionTicketKeysOrBuilder getSessionTicketKeysOrBuilder()
TLS session ticket key settings.
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 4;boolean hasSessionTicketKeysSdsSecretConfig()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5;Cert.SdsSecretConfig getSessionTicketKeysSdsSecretConfig()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5;Cert.SdsSecretConfigOrBuilder getSessionTicketKeysSdsSecretConfigOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5;Cert.DownstreamTlsContext.SessionTicketKeysTypeCase getSessionTicketKeysTypeCase()
Copyright © 2018 The Envoy Project. All rights reserved.