Uses of Class
io.envoyproxy.envoy.api.v2.auth.CommonTlsContext
Packages that use CommonTlsContext
-
Uses of CommonTlsContext in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return CommonTlsContextModifier and TypeMethodDescriptionCommonTlsContext.Builder.build()CommonTlsContext.Builder.buildPartial()DownstreamTlsContext.Builder.getCommonTlsContext()Common TLS context settings.DownstreamTlsContext.getCommonTlsContext()Common TLS context settings.DownstreamTlsContextOrBuilder.getCommonTlsContext()Common TLS context settings.UpstreamTlsContext.Builder.getCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContext.getCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.UpstreamTlsContextOrBuilder.getCommonTlsContext()Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.static CommonTlsContextCommonTlsContext.getDefaultInstance()CommonTlsContext.Builder.getDefaultInstanceForType()CommonTlsContext.getDefaultInstanceForType()static CommonTlsContextCommonTlsContext.parseDelimitedFrom(InputStream input) static CommonTlsContextCommonTlsContext.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(byte[] data) static CommonTlsContextCommonTlsContext.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.ByteString data) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.CodedInputStream input) static CommonTlsContextCommonTlsContext.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(InputStream input) static CommonTlsContextCommonTlsContext.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommonTlsContextCommonTlsContext.parseFrom(ByteBuffer data) static CommonTlsContextCommonTlsContext.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.auth that return types with arguments of type CommonTlsContextModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommonTlsContext>CommonTlsContext.getParserForType()static com.google.protobuf.Parser<CommonTlsContext>CommonTlsContext.parser()Methods in io.envoyproxy.envoy.api.v2.auth with parameters of type CommonTlsContextModifier and TypeMethodDescriptionDownstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) Common TLS context settings.UpstreamTlsContext.Builder.mergeCommonTlsContext(CommonTlsContext value) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.CommonTlsContext.Builder.mergeFrom(CommonTlsContext other) static CommonTlsContext.BuilderCommonTlsContext.newBuilder(CommonTlsContext prototype) DownstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) Common TLS context settings.UpstreamTlsContext.Builder.setCommonTlsContext(CommonTlsContext value) Common TLS context settings. .. attention:: Server certificate verification is not enabled by default.