Uses of Class
io.envoyproxy.envoy.api.v2.auth.DownstreamTlsContext.Builder
Packages that use DownstreamTlsContext.Builder
-
Uses of DownstreamTlsContext.Builder in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return DownstreamTlsContext.BuilderModifier and TypeMethodDescriptionDownstreamTlsContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DownstreamTlsContext.Builder.clear()DownstreamTlsContext.Builder.clearCommonTlsContext()Common TLS context settings.DownstreamTlsContext.Builder.clearDisableStatelessSessionResumption()Config for controlling stateless TLS session resumption: setting this to true will cause the TLS server to not issue TLS session tickets for the purposes of stateless TLS session resumption.DownstreamTlsContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DownstreamTlsContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DownstreamTlsContext.Builder.clearRequireClientCertificate()If specified, Envoy will reject connections without a valid client certificate.DownstreamTlsContext.Builder.clearRequireSni()If specified, Envoy will reject connections without a valid and matching SNI.DownstreamTlsContext.Builder.clearSessionTicketKeys()TLS session ticket key settings.DownstreamTlsContext.Builder.clearSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.DownstreamTlsContext.Builder.clearSessionTicketKeysType()DownstreamTlsContext.Builder.clearSessionTimeout()If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.DownstreamTlsContext.Builder.clone()DownstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) Common TLS context settings.DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DownstreamTlsContext.Builder.mergeFrom(com.google.protobuf.Message other) DownstreamTlsContext.Builder.mergeFrom(DownstreamTlsContext other) DownstreamTlsContext.Builder.mergeRequireClientCertificate(com.google.protobuf.BoolValue value) If specified, Envoy will reject connections without a valid client certificate.DownstreamTlsContext.Builder.mergeRequireSni(com.google.protobuf.BoolValue value) If specified, Envoy will reject connections without a valid and matching SNI.DownstreamTlsContext.Builder.mergeSessionTicketKeys(TlsSessionTicketKeys value) TLS session ticket key settings.DownstreamTlsContext.Builder.mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) Config for fetching TLS session ticket keys via SDS API.DownstreamTlsContext.Builder.mergeSessionTimeout(com.google.protobuf.Duration value) If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.DownstreamTlsContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DownstreamTlsContext.BuilderDownstreamTlsContext.newBuilder()static DownstreamTlsContext.BuilderDownstreamTlsContext.newBuilder(DownstreamTlsContext prototype) DownstreamTlsContext.newBuilderForType()protected DownstreamTlsContext.BuilderDownstreamTlsContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) Common TLS context settings.DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue) Common TLS context settings.DownstreamTlsContext.Builder.setDisableStatelessSessionResumption(boolean value) Config for controlling stateless TLS session resumption: setting this to true will cause the TLS server to not issue TLS session tickets for the purposes of stateless TLS session resumption.DownstreamTlsContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DownstreamTlsContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue value) If specified, Envoy will reject connections without a valid client certificate.DownstreamTlsContext.Builder.setRequireClientCertificate(com.google.protobuf.BoolValue.Builder builderForValue) If specified, Envoy will reject connections without a valid client certificate.DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue value) If specified, Envoy will reject connections without a valid and matching SNI.DownstreamTlsContext.Builder.setRequireSni(com.google.protobuf.BoolValue.Builder builderForValue) If specified, Envoy will reject connections without a valid and matching SNI.DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys value) TLS session ticket key settings.DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys.Builder builderForValue) TLS session ticket key settings.DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) Config for fetching TLS session ticket keys via SDS API.DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig.Builder builderForValue) Config for fetching TLS session ticket keys via SDS API.DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration value) If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.DownstreamTlsContext.Builder.setSessionTimeout(com.google.protobuf.Duration.Builder builderForValue) If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.DownstreamTlsContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DownstreamTlsContext.toBuilder() -
Uses of DownstreamTlsContext.Builder in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return DownstreamTlsContext.BuilderMethods in io.envoyproxy.envoy.api.v2.listener with parameters of type DownstreamTlsContext.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.setTlsContext(DownstreamTlsContext.Builder builderForValue) Deprecated.