| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.auth |
| Modifier and Type | Method and Description |
|---|---|
SdsSecretConfig |
SdsSecretConfig.Builder.build() |
SdsSecretConfig |
SdsSecretConfig.Builder.buildPartial() |
static SdsSecretConfig |
SdsSecretConfig.getDefaultInstance() |
SdsSecretConfig |
SdsSecretConfig.getDefaultInstanceForType() |
SdsSecretConfig |
SdsSecretConfig.Builder.getDefaultInstanceForType() |
SdsSecretConfig |
DownstreamTlsContext.getSessionTicketKeysSdsSecretConfig()
Config for fetching TLS session ticket keys via SDS API.
|
SdsSecretConfig |
DownstreamTlsContext.Builder.getSessionTicketKeysSdsSecretConfig()
Config for fetching TLS session ticket keys via SDS API.
|
SdsSecretConfig |
DownstreamTlsContextOrBuilder.getSessionTicketKeysSdsSecretConfig()
Config for fetching TLS session ticket keys via SDS API.
|
SdsSecretConfig |
CommonTlsContext.getTlsCertificateSdsSecretConfigs(int index)
Configs for fetching TLS certificates via SDS API.
|
SdsSecretConfig |
CommonTlsContext.Builder.getTlsCertificateSdsSecretConfigs(int index)
Configs for fetching TLS certificates via SDS API.
|
SdsSecretConfig |
CommonTlsContextOrBuilder.getTlsCertificateSdsSecretConfigs(int index)
Configs for fetching TLS certificates via SDS API.
|
SdsSecretConfig |
CommonTlsContext.getValidationContextSdsSecretConfig()
Config for fetching validation context via SDS API.
|
SdsSecretConfig |
CommonTlsContext.CombinedCertificateValidationContextOrBuilder.getValidationContextSdsSecretConfig()
Config for fetching validation context via SDS API.
|
SdsSecretConfig |
CommonTlsContext.CombinedCertificateValidationContext.getValidationContextSdsSecretConfig()
Config for fetching validation context via SDS API.
|
SdsSecretConfig |
CommonTlsContext.CombinedCertificateValidationContext.Builder.getValidationContextSdsSecretConfig()
Config for fetching validation context via SDS API.
|
SdsSecretConfig |
CommonTlsContext.Builder.getValidationContextSdsSecretConfig()
Config for fetching validation context via SDS API.
|
SdsSecretConfig |
CommonTlsContextOrBuilder.getValidationContextSdsSecretConfig()
Config for fetching validation context via SDS API.
|
static SdsSecretConfig |
SdsSecretConfig.parseDelimitedFrom(InputStream input) |
static SdsSecretConfig |
SdsSecretConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(byte[] data) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(ByteBuffer data) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(com.google.protobuf.ByteString data) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(InputStream input) |
static SdsSecretConfig |
SdsSecretConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SdsSecretConfig> |
SdsSecretConfig.getParserForType() |
List<SdsSecretConfig> |
CommonTlsContext.getTlsCertificateSdsSecretConfigsList()
Configs for fetching TLS certificates via SDS API.
|
List<SdsSecretConfig> |
CommonTlsContext.Builder.getTlsCertificateSdsSecretConfigsList()
Configs for fetching TLS certificates via SDS API.
|
List<SdsSecretConfig> |
CommonTlsContextOrBuilder.getTlsCertificateSdsSecretConfigsList()
Configs for fetching TLS certificates via SDS API.
|
static com.google.protobuf.Parser<SdsSecretConfig> |
SdsSecretConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
CommonTlsContext.Builder |
CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(int index,
SdsSecretConfig value)
Configs for fetching TLS certificates via SDS API.
|
CommonTlsContext.Builder |
CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(SdsSecretConfig value)
Configs for fetching TLS certificates via SDS API.
|
SdsSecretConfig.Builder |
SdsSecretConfig.Builder.mergeFrom(SdsSecretConfig other) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)
Config for fetching TLS session ticket keys via SDS API.
|
CommonTlsContext.CombinedCertificateValidationContext.Builder |
CommonTlsContext.CombinedCertificateValidationContext.Builder.mergeValidationContextSdsSecretConfig(SdsSecretConfig value)
Config for fetching validation context via SDS API.
|
CommonTlsContext.Builder |
CommonTlsContext.Builder.mergeValidationContextSdsSecretConfig(SdsSecretConfig value)
Config for fetching validation context via SDS API.
|
static SdsSecretConfig.Builder |
SdsSecretConfig.newBuilder(SdsSecretConfig prototype) |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)
Config for fetching TLS session ticket keys via SDS API.
|
CommonTlsContext.Builder |
CommonTlsContext.Builder.setTlsCertificateSdsSecretConfigs(int index,
SdsSecretConfig value)
Configs for fetching TLS certificates via SDS API.
|
CommonTlsContext.CombinedCertificateValidationContext.Builder |
CommonTlsContext.CombinedCertificateValidationContext.Builder.setValidationContextSdsSecretConfig(SdsSecretConfig value)
Config for fetching validation context via SDS API.
|
CommonTlsContext.Builder |
CommonTlsContext.Builder.setValidationContextSdsSecretConfig(SdsSecretConfig value)
Config for fetching validation context via SDS API.
|
| Modifier and Type | Method and Description |
|---|---|
CommonTlsContext.Builder |
CommonTlsContext.Builder.addAllTlsCertificateSdsSecretConfigs(Iterable<? extends SdsSecretConfig> values)
Configs for fetching TLS certificates via SDS API.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.