| Modifier and Type | Method and Description |
|---|---|
DataSource |
TlsCertificateOrBuilder.getCertificateChain()
The TLS certificate chain.
|
DataSource |
TlsCertificate.getCertificateChain()
The TLS certificate chain.
|
DataSource |
TlsCertificate.Builder.getCertificateChain()
The TLS certificate chain.
|
DataSource |
CertificateValidationContext.getCrl()
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
DataSource |
CertificateValidationContext.Builder.getCrl()
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
DataSource |
CertificateValidationContextOrBuilder.getCrl()
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
DataSource |
TlsSessionTicketKeysOrBuilder.getKeys(int index)
Keys for encrypting and decrypting TLS session tickets.
|
DataSource |
TlsSessionTicketKeys.getKeys(int index)
Keys for encrypting and decrypting TLS session tickets.
|
DataSource |
TlsSessionTicketKeys.Builder.getKeys(int index)
Keys for encrypting and decrypting TLS session tickets.
|
DataSource |
TlsCertificateOrBuilder.getOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
DataSource |
TlsCertificate.getOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
DataSource |
TlsCertificate.Builder.getOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
DataSource |
TlsCertificateOrBuilder.getPassword()
The password to decrypt the TLS private key.
|
DataSource |
TlsCertificate.getPassword()
The password to decrypt the TLS private key.
|
DataSource |
TlsCertificate.Builder.getPassword()
The password to decrypt the TLS private key.
|
DataSource |
TlsCertificateOrBuilder.getPrivateKey()
The TLS private key.
|
DataSource |
TlsCertificate.getPrivateKey()
The TLS private key.
|
DataSource |
TlsCertificate.Builder.getPrivateKey()
The TLS private key.
|
DataSource |
GenericSecretOrBuilder.getSecret()
Secret of generic type and is available to filters.
|
DataSource |
GenericSecret.getSecret()
Secret of generic type and is available to filters.
|
DataSource |
GenericSecret.Builder.getSecret()
Secret of generic type and is available to filters.
|
DataSource |
TlsCertificateOrBuilder.getSignedCertificateTimestamp(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
DataSource |
TlsCertificate.getSignedCertificateTimestamp(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
DataSource |
TlsCertificate.Builder.getSignedCertificateTimestamp(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
DataSource |
CertificateValidationContext.getTrustedCa()
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).
|
DataSource |
CertificateValidationContext.Builder.getTrustedCa()
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).
|
DataSource |
CertificateValidationContextOrBuilder.getTrustedCa()
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<DataSource> |
TlsSessionTicketKeysOrBuilder.getKeysList()
Keys for encrypting and decrypting TLS session tickets.
|
List<DataSource> |
TlsSessionTicketKeys.getKeysList()
Keys for encrypting and decrypting TLS session tickets.
|
List<DataSource> |
TlsSessionTicketKeys.Builder.getKeysList()
Keys for encrypting and decrypting TLS session tickets.
|
List<DataSource> |
TlsCertificateOrBuilder.getSignedCertificateTimestampList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
List<DataSource> |
TlsCertificate.getSignedCertificateTimestampList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
List<DataSource> |
TlsCertificate.Builder.getSignedCertificateTimestampList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
| Modifier and Type | Method and Description |
|---|---|
TlsSessionTicketKeys.Builder |
TlsSessionTicketKeys.Builder.addKeys(DataSource value)
Keys for encrypting and decrypting TLS session tickets.
|
TlsSessionTicketKeys.Builder |
TlsSessionTicketKeys.Builder.addKeys(int index,
DataSource value)
Keys for encrypting and decrypting TLS session tickets.
|
TlsCertificate.Builder |
TlsCertificate.Builder.addSignedCertificateTimestamp(DataSource value)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
TlsCertificate.Builder |
TlsCertificate.Builder.addSignedCertificateTimestamp(int index,
DataSource value)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
TlsCertificate.Builder |
TlsCertificate.Builder.mergeCertificateChain(DataSource value)
The TLS certificate chain.
|
CertificateValidationContext.Builder |
CertificateValidationContext.Builder.mergeCrl(DataSource value)
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
TlsCertificate.Builder |
TlsCertificate.Builder.mergeOcspStaple(DataSource value)
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
TlsCertificate.Builder |
TlsCertificate.Builder.mergePassword(DataSource value)
The password to decrypt the TLS private key.
|
TlsCertificate.Builder |
TlsCertificate.Builder.mergePrivateKey(DataSource value)
The TLS private key.
|
GenericSecret.Builder |
GenericSecret.Builder.mergeSecret(DataSource value)
Secret of generic type and is available to filters.
|
CertificateValidationContext.Builder |
CertificateValidationContext.Builder.mergeTrustedCa(DataSource value)
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).
|
TlsCertificate.Builder |
TlsCertificate.Builder.setCertificateChain(DataSource value)
The TLS certificate chain.
|
CertificateValidationContext.Builder |
CertificateValidationContext.Builder.setCrl(DataSource value)
An optional `certificate revocation list
<https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
TlsSessionTicketKeys.Builder |
TlsSessionTicketKeys.Builder.setKeys(int index,
DataSource value)
Keys for encrypting and decrypting TLS session tickets.
|
TlsCertificate.Builder |
TlsCertificate.Builder.setOcspStaple(DataSource value)
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
TlsCertificate.Builder |
TlsCertificate.Builder.setPassword(DataSource value)
The password to decrypt the TLS private key.
|
TlsCertificate.Builder |
TlsCertificate.Builder.setPrivateKey(DataSource value)
The TLS private key.
|
GenericSecret.Builder |
GenericSecret.Builder.setSecret(DataSource value)
Secret of generic type and is available to filters.
|
TlsCertificate.Builder |
TlsCertificate.Builder.setSignedCertificateTimestamp(int index,
DataSource value)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
CertificateValidationContext.Builder |
CertificateValidationContext.Builder.setTrustedCa(DataSource value)
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 |
|---|---|
TlsSessionTicketKeys.Builder |
TlsSessionTicketKeys.Builder.addAllKeys(Iterable<? extends DataSource> values)
Keys for encrypting and decrypting TLS session tickets.
|
TlsCertificate.Builder |
TlsCertificate.Builder.addAllSignedCertificateTimestamp(Iterable<? extends DataSource> values)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.Builder.build() |
DataSource |
DataSource.Builder.buildPartial() |
DataSource |
GrpcService.GoogleGrpc.SslCredentialsOrBuilder.getCertChain()
PEM encoded client certificate chain.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentials.getCertChain()
PEM encoded client certificate chain.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentials.Builder.getCertChain()
PEM encoded client certificate chain.
|
static DataSource |
DataSource.getDefaultInstance() |
DataSource |
DataSource.getDefaultInstanceForType() |
DataSource |
DataSource.Builder.getDefaultInstanceForType() |
DataSource |
AsyncDataSource.getLocal()
Local async data source.
|
DataSource |
AsyncDataSource.Builder.getLocal()
Local async data source.
|
DataSource |
AsyncDataSourceOrBuilder.getLocal()
Local async data source.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentialsOrBuilder.getPrivateKey()
PEM encoded client private key.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentials.getPrivateKey()
PEM encoded client private key.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentials.Builder.getPrivateKey()
PEM encoded client private key.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentialsOrBuilder.getRootCerts()
PEM encoded server root certificates.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentials.getRootCerts()
PEM encoded server root certificates.
|
DataSource |
GrpcService.GoogleGrpc.SslCredentials.Builder.getRootCerts()
PEM encoded server root certificates.
|
static DataSource |
DataSource.parseDelimitedFrom(InputStream input) |
static DataSource |
DataSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataSource |
DataSource.parseFrom(byte[] data) |
static DataSource |
DataSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataSource |
DataSource.parseFrom(ByteBuffer data) |
static DataSource |
DataSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataSource |
DataSource.parseFrom(com.google.protobuf.ByteString data) |
static DataSource |
DataSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataSource |
DataSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static DataSource |
DataSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataSource |
DataSource.parseFrom(InputStream input) |
static DataSource |
DataSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DataSource> |
DataSource.getParserForType() |
static com.google.protobuf.Parser<DataSource> |
DataSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
GrpcService.GoogleGrpc.SslCredentials.Builder |
GrpcService.GoogleGrpc.SslCredentials.Builder.mergeCertChain(DataSource value)
PEM encoded client certificate chain.
|
DataSource.Builder |
DataSource.Builder.mergeFrom(DataSource other) |
AsyncDataSource.Builder |
AsyncDataSource.Builder.mergeLocal(DataSource value)
Local async data source.
|
GrpcService.GoogleGrpc.SslCredentials.Builder |
GrpcService.GoogleGrpc.SslCredentials.Builder.mergePrivateKey(DataSource value)
PEM encoded client private key.
|
GrpcService.GoogleGrpc.SslCredentials.Builder |
GrpcService.GoogleGrpc.SslCredentials.Builder.mergeRootCerts(DataSource value)
PEM encoded server root certificates.
|
static DataSource.Builder |
DataSource.newBuilder(DataSource prototype) |
GrpcService.GoogleGrpc.SslCredentials.Builder |
GrpcService.GoogleGrpc.SslCredentials.Builder.setCertChain(DataSource value)
PEM encoded client certificate chain.
|
AsyncDataSource.Builder |
AsyncDataSource.Builder.setLocal(DataSource value)
Local async data source.
|
GrpcService.GoogleGrpc.SslCredentials.Builder |
GrpcService.GoogleGrpc.SslCredentials.Builder.setPrivateKey(DataSource value)
PEM encoded client private key.
|
GrpcService.GoogleGrpc.SslCredentials.Builder |
GrpcService.GoogleGrpc.SslCredentials.Builder.setRootCerts(DataSource value)
PEM encoded server root certificates.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DirectResponseActionOrBuilder.getBody()
Specifies the content of the response body.
|
DataSource |
DirectResponseAction.getBody()
Specifies the content of the response body.
|
DataSource |
DirectResponseAction.Builder.getBody()
Specifies the content of the response body.
|
| Modifier and Type | Method and Description |
|---|---|
DirectResponseAction.Builder |
DirectResponseAction.Builder.mergeBody(DataSource value)
Specifies the content of the response body.
|
DirectResponseAction.Builder |
DirectResponseAction.Builder.setBody(DataSource value)
Specifies the content of the response body.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
JwtProviderOrBuilder.getLocalJwks()
JWKS is in local data source.
|
DataSource |
JwtProvider.getLocalJwks()
JWKS is in local data source.
|
DataSource |
JwtProvider.Builder.getLocalJwks()
JWKS is in local data source.
|
| Modifier and Type | Method and Description |
|---|---|
JwtProvider.Builder |
JwtProvider.Builder.mergeLocalJwks(DataSource value)
JWKS is in local data source.
|
JwtProvider.Builder |
JwtProvider.Builder.setLocalJwks(DataSource value)
JWKS is in local data source.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
Config.getResponse()
Response data as a data source.
|
DataSource |
Config.Builder.getResponse()
Response data as a data source.
|
DataSource |
ConfigOrBuilder.getResponse()
Response data as a data source.
|
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.mergeResponse(DataSource value)
Response data as a data source.
|
Config.Builder |
Config.Builder.setResponse(DataSource value)
Response data as a data source.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
RedisProtocolOptions.getAuthPassword()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSource |
RedisProtocolOptions.Builder.getAuthPassword()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSource |
RedisProtocolOptionsOrBuilder.getAuthPassword()
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
DataSource |
RedisProxy.getDownstreamAuthPassword()
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.
|
DataSource |
RedisProxy.Builder.getDownstreamAuthPassword()
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.
|
DataSource |
RedisProxyOrBuilder.getDownstreamAuthPassword()
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 |
|---|---|
RedisProtocolOptions.Builder |
RedisProtocolOptions.Builder.mergeAuthPassword(DataSource value)
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
RedisProxy.Builder |
RedisProxy.Builder.mergeDownstreamAuthPassword(DataSource value)
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.
|
RedisProtocolOptions.Builder |
RedisProtocolOptions.Builder.setAuthPassword(DataSource value)
Upstream server password as defined by the `requirepass` directive
<https://redis.io/topics/config>`_ in the server's configuration file.
|
RedisProxy.Builder |
RedisProxy.Builder.setDownstreamAuthPassword(DataSource value)
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 |
|---|---|
DataSource |
FileBasedMetadataConfig.getSecretData()
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]; |
DataSource |
FileBasedMetadataConfig.Builder.getSecretData()
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]; |
DataSource |
FileBasedMetadataConfigOrBuilder.getSecretData()
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 |
|---|---|
FileBasedMetadataConfig.Builder |
FileBasedMetadataConfig.Builder.mergeSecretData(DataSource value)
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]; |
FileBasedMetadataConfig.Builder |
FileBasedMetadataConfig.Builder.setSecretData(DataSource value)
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 |
|---|---|
DataSource |
XRayConfig.getSamplingRuleManifest()
The location of a local custom sampling rules JSON file.
|
DataSource |
XRayConfig.Builder.getSamplingRuleManifest()
The location of a local custom sampling rules JSON file.
|
DataSource |
XRayConfigOrBuilder.getSamplingRuleManifest()
The location of a local custom sampling rules JSON file.
|
| Modifier and Type | Method and Description |
|---|---|
XRayConfig.Builder |
XRayConfig.Builder.mergeSamplingRuleManifest(DataSource value)
The location of a local custom sampling rules JSON file.
|
XRayConfig.Builder |
XRayConfig.Builder.setSamplingRuleManifest(DataSource value)
The location of a local custom sampling rules JSON file.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.