ClientSSLAuth.Builder |
ClientSSLAuth.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 |
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 |
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 |
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 |
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 |
ClientSSLAuth.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clear() |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clearAuthApiCluster() |
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs
the authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clearIpWhiteList() |
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clearRefreshDelay() |
Time in milliseconds between principal refreshes from the
authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clearStatPrefix() |
The prefix to use when emitting :ref:`statistics
<config_network_filters_client_ssl_auth_stats>`.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.clone() |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.mergeFrom(ClientSSLAuth other) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.mergeRefreshDelay(com.google.protobuf.Duration value) |
Time in milliseconds between principal refreshes from the
authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ClientSSLAuth.Builder |
ClientSSLAuth.newBuilder() |
|
static ClientSSLAuth.Builder |
ClientSSLAuth.newBuilder(ClientSSLAuth prototype) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.newBuilderForType() |
|
protected ClientSSLAuth.Builder |
ClientSSLAuth.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ClientSSLAuth.Builder |
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 |
ClientSSLAuth.Builder.setAuthApiCluster(String value) |
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs
the authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setAuthApiClusterBytes(com.google.protobuf.ByteString value) |
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs
the authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ClientSSLAuth.Builder |
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 |
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 |
ClientSSLAuth.Builder.setRefreshDelay(com.google.protobuf.Duration value) |
Time in milliseconds between principal refreshes from the
authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setRefreshDelay(com.google.protobuf.Duration.Builder builderForValue) |
Time in milliseconds between principal refreshes from the
authentication service.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setStatPrefix(String value) |
The prefix to use when emitting :ref:`statistics
<config_network_filters_client_ssl_auth_stats>`.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) |
The prefix to use when emitting :ref:`statistics
<config_network_filters_client_ssl_auth_stats>`.
|
ClientSSLAuth.Builder |
ClientSSLAuth.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ClientSSLAuth.Builder |
ClientSSLAuth.toBuilder() |
|