Uses of Class
io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2.ClientSSLAuth.Builder
Packages that use ClientSSLAuth.Builder
-
Uses of ClientSSLAuth.Builder in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2
Methods in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2 that return ClientSSLAuth.BuilderModifier and TypeMethodDescriptionClientSSLAuth.Builder.addAllIpWhiteList(Iterable<? extends CidrRange> values) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addIpWhiteList(int index, CidrRange value) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addIpWhiteList(int index, CidrRange.Builder builderForValue) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addIpWhiteList(CidrRange value) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addIpWhiteList(CidrRange.Builder builderForValue) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ClientSSLAuth.Builder.clear()ClientSSLAuth.Builder.clearAuthApiCluster()The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs the authentication service.ClientSSLAuth.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ClientSSLAuth.Builder.clearIpWhiteList()An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ClientSSLAuth.Builder.clearRefreshDelay()Time in milliseconds between principal refreshes from the authentication service.ClientSSLAuth.Builder.clearStatPrefix()The prefix to use when emitting :ref:`statistics <config_network_filters_client_ssl_auth_stats>`.ClientSSLAuth.Builder.clone()ClientSSLAuth.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientSSLAuth.Builder.mergeFrom(com.google.protobuf.Message other) ClientSSLAuth.Builder.mergeFrom(ClientSSLAuth other) ClientSSLAuth.Builder.mergeRefreshDelay(com.google.protobuf.Duration value) Time in milliseconds between principal refreshes from the authentication service.final ClientSSLAuth.BuilderClientSSLAuth.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ClientSSLAuth.BuilderClientSSLAuth.newBuilder()static ClientSSLAuth.BuilderClientSSLAuth.newBuilder(ClientSSLAuth prototype) ClientSSLAuth.newBuilderForType()protected ClientSSLAuth.BuilderClientSSLAuth.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ClientSSLAuth.Builder.removeIpWhiteList(int index) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.setAuthApiCluster(String value) The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs the authentication service.ClientSSLAuth.Builder.setAuthApiClusterBytes(com.google.protobuf.ByteString value) The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs the authentication service.ClientSSLAuth.Builder.setIpWhiteList(int index, CidrRange value) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.setIpWhiteList(int index, CidrRange.Builder builderForValue) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.setRefreshDelay(com.google.protobuf.Duration value) Time in milliseconds between principal refreshes from the authentication service.ClientSSLAuth.Builder.setRefreshDelay(com.google.protobuf.Duration.Builder builderForValue) Time in milliseconds between principal refreshes from the authentication service.ClientSSLAuth.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ClientSSLAuth.Builder.setStatPrefix(String value) The prefix to use when emitting :ref:`statistics <config_network_filters_client_ssl_auth_stats>`.ClientSSLAuth.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The prefix to use when emitting :ref:`statistics <config_network_filters_client_ssl_auth_stats>`.final ClientSSLAuth.BuilderClientSSLAuth.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ClientSSLAuth.toBuilder()