Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig
-
Packages that use SdsSecretConfig Package Description io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of SdsSecretConfig in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return SdsSecretConfig Modifier and Type Method Description SdsSecretConfigOAuth2Credentials.Builder. getHmacSecret()If present, the secret token will be a HMAC using the provided secret.SdsSecretConfigOAuth2Credentials. getHmacSecret()If present, the secret token will be a HMAC using the provided secret.SdsSecretConfigOAuth2CredentialsOrBuilder. getHmacSecret()If present, the secret token will be a HMAC using the provided secret.SdsSecretConfigOAuth2Credentials.Builder. getTokenSecret()The secret used to retrieve the access token.SdsSecretConfigOAuth2Credentials. getTokenSecret()The secret used to retrieve the access token.SdsSecretConfigOAuth2CredentialsOrBuilder. getTokenSecret()The secret used to retrieve the access token.Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type SdsSecretConfig Modifier and Type Method Description OAuth2Credentials.BuilderOAuth2Credentials.Builder. mergeHmacSecret(SdsSecretConfig value)If present, the secret token will be a HMAC using the provided secret.OAuth2Credentials.BuilderOAuth2Credentials.Builder. mergeTokenSecret(SdsSecretConfig value)The secret used to retrieve the access token.OAuth2Credentials.BuilderOAuth2Credentials.Builder. setHmacSecret(SdsSecretConfig value)If present, the secret token will be a HMAC using the provided secret.OAuth2Credentials.BuilderOAuth2Credentials.Builder. setTokenSecret(SdsSecretConfig value)The secret used to retrieve the access token. -
Uses of SdsSecretConfig in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SdsSecretConfig Modifier and Type Method Description SdsSecretConfigSdsSecretConfig.Builder. build()SdsSecretConfigSdsSecretConfig.Builder. buildPartial()static SdsSecretConfigSdsSecretConfig. getDefaultInstance()SdsSecretConfigSdsSecretConfig.Builder. getDefaultInstanceForType()SdsSecretConfigSdsSecretConfig. getDefaultInstanceForType()SdsSecretConfigDownstreamTlsContext.Builder. getSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.SdsSecretConfigDownstreamTlsContext. getSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.SdsSecretConfigDownstreamTlsContextOrBuilder. getSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.SdsSecretConfigCommonTlsContext.Builder. getTlsCertificateSdsSecretConfigs(int index)Configs for fetching TLS certificates via SDS API.SdsSecretConfigCommonTlsContext. getTlsCertificateSdsSecretConfigs(int index)Configs for fetching TLS certificates via SDS API.SdsSecretConfigCommonTlsContextOrBuilder. getTlsCertificateSdsSecretConfigs(int index)Configs for fetching TLS certificates via SDS API.SdsSecretConfigCommonTlsContext.Builder. getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.SdsSecretConfigCommonTlsContext.CombinedCertificateValidationContext.Builder. getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.SdsSecretConfigCommonTlsContext.CombinedCertificateValidationContext. getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.SdsSecretConfigCommonTlsContext.CombinedCertificateValidationContextOrBuilder. getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.SdsSecretConfigCommonTlsContext. getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.SdsSecretConfigCommonTlsContextOrBuilder. getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.static SdsSecretConfigSdsSecretConfig. parseDelimitedFrom(InputStream input)static SdsSecretConfigSdsSecretConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SdsSecretConfigSdsSecretConfig. parseFrom(byte[] data)static SdsSecretConfigSdsSecretConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SdsSecretConfigSdsSecretConfig. parseFrom(com.google.protobuf.ByteString data)static SdsSecretConfigSdsSecretConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SdsSecretConfigSdsSecretConfig. parseFrom(com.google.protobuf.CodedInputStream input)static SdsSecretConfigSdsSecretConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SdsSecretConfigSdsSecretConfig. parseFrom(InputStream input)static SdsSecretConfigSdsSecretConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SdsSecretConfigSdsSecretConfig. parseFrom(ByteBuffer data)static SdsSecretConfigSdsSecretConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type SdsSecretConfig Modifier and Type Method Description com.google.protobuf.Parser<SdsSecretConfig>SdsSecretConfig. getParserForType()List<SdsSecretConfig>CommonTlsContext.Builder. getTlsCertificateSdsSecretConfigsList()Configs for fetching TLS certificates via SDS API.List<SdsSecretConfig>CommonTlsContext. 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()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type SdsSecretConfig Modifier and Type Method Description CommonTlsContext.BuilderCommonTlsContext.Builder. addTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig value)Configs for fetching TLS certificates via SDS API.CommonTlsContext.BuilderCommonTlsContext.Builder. addTlsCertificateSdsSecretConfigs(SdsSecretConfig value)Configs for fetching TLS certificates via SDS API.SdsSecretConfig.BuilderSdsSecretConfig.Builder. mergeFrom(SdsSecretConfig other)DownstreamTlsContext.BuilderDownstreamTlsContext.Builder. mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)Config for fetching TLS session ticket keys via SDS API.CommonTlsContext.BuilderCommonTlsContext.Builder. mergeValidationContextSdsSecretConfig(SdsSecretConfig value)Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContext.BuilderCommonTlsContext.CombinedCertificateValidationContext.Builder. mergeValidationContextSdsSecretConfig(SdsSecretConfig value)Config for fetching validation context via SDS API.static SdsSecretConfig.BuilderSdsSecretConfig. newBuilder(SdsSecretConfig prototype)DownstreamTlsContext.BuilderDownstreamTlsContext.Builder. setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value)Config for fetching TLS session ticket keys via SDS API.CommonTlsContext.BuilderCommonTlsContext.Builder. setTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig value)Configs for fetching TLS certificates via SDS API.CommonTlsContext.BuilderCommonTlsContext.Builder. setValidationContextSdsSecretConfig(SdsSecretConfig value)Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContext.BuilderCommonTlsContext.CombinedCertificateValidationContext.Builder. setValidationContextSdsSecretConfig(SdsSecretConfig value)Config for fetching validation context via SDS API.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type SdsSecretConfig Modifier and Type Method Description CommonTlsContext.BuilderCommonTlsContext.Builder. addAllTlsCertificateSdsSecretConfigs(Iterable<? extends SdsSecretConfig> values)Configs for fetching TLS certificates via SDS API.
-