Uses of Class
io.envoyproxy.envoy.api.v2.auth.UpstreamTlsContext.Builder
Packages that use UpstreamTlsContext.Builder
-
Uses of UpstreamTlsContext.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return UpstreamTlsContext.BuilderMethods in io.envoyproxy.envoy.api.v2 with parameters of type UpstreamTlsContext.BuilderModifier and TypeMethodDescriptionCluster.Builder.setTlsContext(UpstreamTlsContext.Builder builderForValue) Deprecated. -
Uses of UpstreamTlsContext.Builder in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return UpstreamTlsContext.BuilderModifier and TypeMethodDescriptionUpstreamTlsContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamTlsContext.Builder.clear()UpstreamTlsContext.Builder.clearAllowRenegotiation()If true, server-initiated TLS renegotiation will be allowed. .. attention:: TLS renegotiation is considered insecure and shouldn't be used unless absolutely necessary.UpstreamTlsContext.Builder.clearCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UpstreamTlsContext.Builder.clearMaxSessionKeys()Maximum number of session keys (Pre-Shared Keys for TLSv1.3+, Session IDs and Session Tickets for TLSv1.2 and older) to store for the purpose of session resumption.UpstreamTlsContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UpstreamTlsContext.Builder.clearSni()SNI string to use when creating TLS backend connections.UpstreamTlsContext.Builder.clone()UpstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpstreamTlsContext.Builder.mergeFrom(com.google.protobuf.Message other) UpstreamTlsContext.Builder.mergeFrom(UpstreamTlsContext other) UpstreamTlsContext.Builder.mergeMaxSessionKeys(com.google.protobuf.UInt32Value value) Maximum number of session keys (Pre-Shared Keys for TLSv1.3+, Session IDs and Session Tickets for TLSv1.2 and older) to store for the purpose of session resumption.UpstreamTlsContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static UpstreamTlsContext.BuilderUpstreamTlsContext.newBuilder()static UpstreamTlsContext.BuilderUpstreamTlsContext.newBuilder(UpstreamTlsContext prototype) UpstreamTlsContext.newBuilderForType()protected UpstreamTlsContext.BuilderUpstreamTlsContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UpstreamTlsContext.Builder.setAllowRenegotiation(boolean value) If true, server-initiated TLS renegotiation will be allowed. .. attention:: TLS renegotiation is considered insecure and shouldn't be used unless absolutely necessary.UpstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext.Builder builderForValue) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamTlsContext.Builder.setMaxSessionKeys(com.google.protobuf.UInt32Value value) Maximum number of session keys (Pre-Shared Keys for TLSv1.3+, Session IDs and Session Tickets for TLSv1.2 and older) to store for the purpose of session resumption.UpstreamTlsContext.Builder.setMaxSessionKeys(com.google.protobuf.UInt32Value.Builder builderForValue) Maximum number of session keys (Pre-Shared Keys for TLSv1.3+, Session IDs and Session Tickets for TLSv1.2 and older) to store for the purpose of session resumption.UpstreamTlsContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SNI string to use when creating TLS backend connections.UpstreamTlsContext.Builder.setSniBytes(com.google.protobuf.ByteString value) SNI string to use when creating TLS backend connections.UpstreamTlsContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UpstreamTlsContext.toBuilder()