| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
TlsCertificateOrBuilder.getCertificateChainOrBuilder()
The TLS certificate chain.
|
DataSourceOrBuilder |
TlsCertificate.getCertificateChainOrBuilder()
The TLS certificate chain.
|
DataSourceOrBuilder |
TlsCertificate.Builder.getCertificateChainOrBuilder()
The TLS certificate chain.
|
DataSourceOrBuilder |
CertificateValidationContext.getCrlOrBuilder()
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
DataSourceOrBuilder |
CertificateValidationContext.Builder.getCrlOrBuilder()
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
DataSourceOrBuilder |
CertificateValidationContextOrBuilder.getCrlOrBuilder()
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
DataSourceOrBuilder |
TlsSessionTicketKeysOrBuilder.getKeysOrBuilder(int index)
Keys for encrypting and decrypting TLS session tickets.
|
DataSourceOrBuilder |
TlsSessionTicketKeys.getKeysOrBuilder(int index)
Keys for encrypting and decrypting TLS session tickets.
|
DataSourceOrBuilder |
TlsSessionTicketKeys.Builder.getKeysOrBuilder(int index)
Keys for encrypting and decrypting TLS session tickets.
|
DataSourceOrBuilder |
TlsCertificateOrBuilder.getOcspStapleOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
DataSourceOrBuilder |
TlsCertificate.getOcspStapleOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
DataSourceOrBuilder |
TlsCertificate.Builder.getOcspStapleOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
DataSourceOrBuilder |
TlsCertificateOrBuilder.getPasswordOrBuilder()
The password to decrypt the TLS private key.
|
DataSourceOrBuilder |
TlsCertificate.getPasswordOrBuilder()
The password to decrypt the TLS private key.
|
DataSourceOrBuilder |
TlsCertificate.Builder.getPasswordOrBuilder()
The password to decrypt the TLS private key.
|
DataSourceOrBuilder |
TlsCertificateOrBuilder.getPrivateKeyOrBuilder()
The TLS private key.
|
DataSourceOrBuilder |
TlsCertificate.getPrivateKeyOrBuilder()
The TLS private key.
|
DataSourceOrBuilder |
TlsCertificate.Builder.getPrivateKeyOrBuilder()
The TLS private key.
|
DataSourceOrBuilder |
GenericSecretOrBuilder.getSecretOrBuilder()
Secret of generic type and is available to filters.
|
DataSourceOrBuilder |
GenericSecret.getSecretOrBuilder()
Secret of generic type and is available to filters.
|
DataSourceOrBuilder |
GenericSecret.Builder.getSecretOrBuilder()
Secret of generic type and is available to filters.
|
DataSourceOrBuilder |
TlsCertificateOrBuilder.getSignedCertificateTimestampOrBuilder(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
DataSourceOrBuilder |
TlsCertificate.getSignedCertificateTimestampOrBuilder(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
DataSourceOrBuilder |
TlsCertificate.Builder.getSignedCertificateTimestampOrBuilder(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
DataSourceOrBuilder |
CertificateValidationContext.getTrustedCaOrBuilder()
TLS certificate data containing certificate authority certificates to use in verifying
a presented peer certificate (e.g. server certificate for clusters or client certificate
for listeners).
|
DataSourceOrBuilder |
CertificateValidationContext.Builder.getTrustedCaOrBuilder()
TLS certificate data containing certificate authority certificates to use in verifying
a presented peer certificate (e.g. server certificate for clusters or client certificate
for listeners).
|
DataSourceOrBuilder |
CertificateValidationContextOrBuilder.getTrustedCaOrBuilder()
TLS certificate data containing certificate authority certificates to use in verifying
a presented peer certificate (e.g. server certificate for clusters or client certificate
for listeners).
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends DataSourceOrBuilder> |
TlsSessionTicketKeysOrBuilder.getKeysOrBuilderList()
Keys for encrypting and decrypting TLS session tickets.
|
List<? extends DataSourceOrBuilder> |
TlsSessionTicketKeys.getKeysOrBuilderList()
Keys for encrypting and decrypting TLS session tickets.
|
List<? extends DataSourceOrBuilder> |
TlsSessionTicketKeys.Builder.getKeysOrBuilderList()
Keys for encrypting and decrypting TLS session tickets.
|
List<? extends DataSourceOrBuilder> |
TlsCertificateOrBuilder.getSignedCertificateTimestampOrBuilderList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
List<? extends DataSourceOrBuilder> |
TlsCertificate.getSignedCertificateTimestampOrBuilderList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
List<? extends DataSourceOrBuilder> |
TlsCertificate.Builder.getSignedCertificateTimestampOrBuilderList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSource
Data source consisting of either a file or an inline value.
|
static class |
DataSource.Builder
Data source consisting of either a file or an inline value.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentialsOrBuilder.getCertChainOrBuilder()
PEM encoded client certificate chain.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentials.getCertChainOrBuilder()
PEM encoded client certificate chain.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentials.Builder.getCertChainOrBuilder()
PEM encoded client certificate chain.
|
DataSourceOrBuilder |
AsyncDataSource.getLocalOrBuilder()
Local async data source.
|
DataSourceOrBuilder |
AsyncDataSource.Builder.getLocalOrBuilder()
Local async data source.
|
DataSourceOrBuilder |
AsyncDataSourceOrBuilder.getLocalOrBuilder()
Local async data source.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentialsOrBuilder.getPrivateKeyOrBuilder()
PEM encoded client private key.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentials.getPrivateKeyOrBuilder()
PEM encoded client private key.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentials.Builder.getPrivateKeyOrBuilder()
PEM encoded client private key.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentialsOrBuilder.getRootCertsOrBuilder()
PEM encoded server root certificates.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentials.getRootCertsOrBuilder()
PEM encoded server root certificates.
|
DataSourceOrBuilder |
GrpcService.GoogleGrpc.SslCredentials.Builder.getRootCertsOrBuilder()
PEM encoded server root certificates.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
DirectResponseActionOrBuilder.getBodyOrBuilder()
Specifies the content of the response body.
|
DataSourceOrBuilder |
DirectResponseAction.getBodyOrBuilder()
Specifies the content of the response body.
|
DataSourceOrBuilder |
DirectResponseAction.Builder.getBodyOrBuilder()
Specifies the content of the response body.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
JwtProviderOrBuilder.getLocalJwksOrBuilder()
JWKS is in local data source.
|
DataSourceOrBuilder |
JwtProvider.getLocalJwksOrBuilder()
JWKS is in local data source.
|
DataSourceOrBuilder |
JwtProvider.Builder.getLocalJwksOrBuilder()
JWKS is in local data source.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
Config.getResponseOrBuilder()
Response data as a data source.
|
DataSourceOrBuilder |
Config.Builder.getResponseOrBuilder()
Response data as a data source.
|
DataSourceOrBuilder |
ConfigOrBuilder.getResponseOrBuilder()
Response data as a data source.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
RedisProtocolOptions.getAuthPasswordOrBuilder()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSourceOrBuilder |
RedisProtocolOptions.Builder.getAuthPasswordOrBuilder()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSourceOrBuilder |
RedisProtocolOptionsOrBuilder.getAuthPasswordOrBuilder()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSourceOrBuilder |
RedisProxy.getDownstreamAuthPasswordOrBuilder()
Authenticate Redis client connections locally by forcing downstream clients to issue a `Redis
AUTH command <https://redis.io/commands/auth>`_ with this password before enabling any other
command.
|
DataSourceOrBuilder |
RedisProxy.Builder.getDownstreamAuthPasswordOrBuilder()
Authenticate Redis client connections locally by forcing downstream clients to issue a `Redis
AUTH command <https://redis.io/commands/auth>`_ with this password before enabling any other
command.
|
DataSourceOrBuilder |
RedisProxyOrBuilder.getDownstreamAuthPasswordOrBuilder()
Authenticate Redis client connections locally by forcing downstream clients to issue a `Redis
AUTH command <https://redis.io/commands/auth>`_ with this password before enabling any other
command.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
FileBasedMetadataConfig.getSecretDataOrBuilder()
Location or inline data of secret to use for authentication of the Google gRPC connection
this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
DataSourceOrBuilder |
FileBasedMetadataConfig.Builder.getSecretDataOrBuilder()
Location or inline data of secret to use for authentication of the Google gRPC connection
this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
DataSourceOrBuilder |
FileBasedMetadataConfigOrBuilder.getSecretDataOrBuilder()
Location or inline data of secret to use for authentication of the Google gRPC connection
this secret will be attached to a header of the gRPC connection
.envoy.api.v2.core.DataSource secret_data = 1 [(.udpa.annotations.sensitive) = true]; |
| Modifier and Type | Method and Description |
|---|---|
DataSourceOrBuilder |
XRayConfig.getSamplingRuleManifestOrBuilder()
The location of a local custom sampling rules JSON file.
|
DataSourceOrBuilder |
XRayConfig.Builder.getSamplingRuleManifestOrBuilder()
The location of a local custom sampling rules JSON file.
|
DataSourceOrBuilder |
XRayConfigOrBuilder.getSamplingRuleManifestOrBuilder()
The location of a local custom sampling rules JSON file.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.