| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.auth | |
| io.envoyproxy.envoy.api.v2.listener |
| Modifier and Type | Method and Description |
|---|---|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clear() |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearCommonTlsContext()
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearRequireClientCertificate()
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearRequireSni()
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeys()
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeysSdsSecretConfig()
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clearSessionTicketKeysType() |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.clone() |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value)
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(DownstreamTlsContext other) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.Message other) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeRequireClientCertificate(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeRequireSni(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder() |
static DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilder(DownstreamTlsContext prototype) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType() |
protected DownstreamTlsContext.Builder |
DownstreamTlsContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue)
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value)
Common TLS context settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue.Builder builderForValue)
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid client
certificate.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue.Builder builderForValue)
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue value)
If specified, Envoy will reject connections without a valid and matching SNI.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys.Builder builderForValue)
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.
|
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig.Builder builderForValue)
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)
[#not-implemented-hide:]
.envoy.api.v2.auth.SdsSecretConfig session_ticket_keys_sds_secret_config = 5; |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DownstreamTlsContext.Builder |
FilterChain.Builder.getTlsContextBuilder()
The TLS context for this filter chain.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain.Builder |
FilterChain.Builder.setTlsContext(DownstreamTlsContext.Builder builderForValue)
The TLS context for this filter chain.
|
Copyright © 2018–2019 The Envoy Project. All rights reserved.