public final class ClientSSLAuth extends com.google.protobuf.GeneratedMessageV3 implements ClientSSLAuthOrBuilder
envoy.extensions.filters.network.client_ssl_auth.v3.ClientSSLAuth| Modifier and Type | Class and Description |
|---|---|
static class |
ClientSSLAuth.Builder
Protobuf type
envoy.extensions.filters.network.client_ssl_auth.v3.ClientSSLAuth |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_API_CLUSTER_FIELD_NUMBER |
static int |
IP_WHITE_LIST_FIELD_NUMBER |
static int |
REFRESH_DELAY_FIELD_NUMBER |
static int |
STAT_PREFIX_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthApiCluster()
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs
the authentication service.
|
com.google.protobuf.ByteString |
getAuthApiClusterBytes()
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs
the authentication service.
|
static ClientSSLAuth |
getDefaultInstance() |
ClientSSLAuth |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CidrRange |
getIpWhiteList(int index)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
int |
getIpWhiteListCount()
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
List<CidrRange> |
getIpWhiteListList()
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
CidrRangeOrBuilder |
getIpWhiteListOrBuilder(int index)
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
List<? extends CidrRangeOrBuilder> |
getIpWhiteListOrBuilderList()
An optional list of IP address and subnet masks that should be white
listed for access by the filter.
|
com.google.protobuf.Parser<ClientSSLAuth> |
getParserForType() |
com.google.protobuf.Duration |
getRefreshDelay()
Time in milliseconds between principal refreshes from the
authentication service.
|
com.google.protobuf.DurationOrBuilder |
getRefreshDelayOrBuilder()
Time in milliseconds between principal refreshes from the
authentication service.
|
int |
getSerializedSize() |
String |
getStatPrefix()
The prefix to use when emitting :ref:`statistics
<config_network_filters_client_ssl_auth_stats>`.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The prefix to use when emitting :ref:`statistics
<config_network_filters_client_ssl_auth_stats>`.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRefreshDelay()
Time in milliseconds between principal refreshes from the
authentication service.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientSSLAuth.Builder |
newBuilder() |
static ClientSSLAuth.Builder |
newBuilder(ClientSSLAuth prototype) |
ClientSSLAuth.Builder |
newBuilderForType() |
protected ClientSSLAuth.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ClientSSLAuth |
parseDelimitedFrom(InputStream input) |
static ClientSSLAuth |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientSSLAuth |
parseFrom(byte[] data) |
static ClientSSLAuth |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientSSLAuth |
parseFrom(ByteBuffer data) |
static ClientSSLAuth |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientSSLAuth |
parseFrom(com.google.protobuf.ByteString data) |
static ClientSSLAuth |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientSSLAuth |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientSSLAuth |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientSSLAuth |
parseFrom(InputStream input) |
static ClientSSLAuth |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ClientSSLAuth> |
parser() |
ClientSSLAuth.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int AUTH_API_CLUSTER_FIELD_NUMBER
public static final int STAT_PREFIX_FIELD_NUMBER
public static final int REFRESH_DELAY_FIELD_NUMBER
public static final int IP_WHITE_LIST_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getAuthApiCluster()
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs the authentication service. The filter will connect to the service every 60s to fetch the list of principals. The service must support the expected :ref:`REST API <config_network_filters_client_ssl_auth_rest_api>`.
string auth_api_cluster = 1 [(.validate.rules) = { ... }getAuthApiCluster in interface ClientSSLAuthOrBuilderpublic com.google.protobuf.ByteString getAuthApiClusterBytes()
The :ref:`cluster manager <arch_overview_cluster_manager>` cluster that runs the authentication service. The filter will connect to the service every 60s to fetch the list of principals. The service must support the expected :ref:`REST API <config_network_filters_client_ssl_auth_rest_api>`.
string auth_api_cluster = 1 [(.validate.rules) = { ... }getAuthApiClusterBytes in interface ClientSSLAuthOrBuilderpublic String getStatPrefix()
The prefix to use when emitting :ref:`statistics <config_network_filters_client_ssl_auth_stats>`.
string stat_prefix = 2 [(.validate.rules) = { ... }getStatPrefix in interface ClientSSLAuthOrBuilderpublic com.google.protobuf.ByteString getStatPrefixBytes()
The prefix to use when emitting :ref:`statistics <config_network_filters_client_ssl_auth_stats>`.
string stat_prefix = 2 [(.validate.rules) = { ... }getStatPrefixBytes in interface ClientSSLAuthOrBuilderpublic boolean hasRefreshDelay()
Time in milliseconds between principal refreshes from the authentication service. Default is 60000 (60s). The actual fetch time will be this value plus a random jittered value between 0-refresh_delay_ms milliseconds.
.google.protobuf.Duration refresh_delay = 3;hasRefreshDelay in interface ClientSSLAuthOrBuilderpublic com.google.protobuf.Duration getRefreshDelay()
Time in milliseconds between principal refreshes from the authentication service. Default is 60000 (60s). The actual fetch time will be this value plus a random jittered value between 0-refresh_delay_ms milliseconds.
.google.protobuf.Duration refresh_delay = 3;getRefreshDelay in interface ClientSSLAuthOrBuilderpublic com.google.protobuf.DurationOrBuilder getRefreshDelayOrBuilder()
Time in milliseconds between principal refreshes from the authentication service. Default is 60000 (60s). The actual fetch time will be this value plus a random jittered value between 0-refresh_delay_ms milliseconds.
.google.protobuf.Duration refresh_delay = 3;getRefreshDelayOrBuilder in interface ClientSSLAuthOrBuilderpublic List<CidrRange> getIpWhiteListList()
An optional list of IP address and subnet masks that should be white listed for access by the filter. If no list is provided, there is no IP allowlist.
repeated .envoy.config.core.v3.CidrRange ip_white_list = 4 [(.udpa.annotations.field_migrate) = { ... }getIpWhiteListList in interface ClientSSLAuthOrBuilderpublic List<? extends CidrRangeOrBuilder> getIpWhiteListOrBuilderList()
An optional list of IP address and subnet masks that should be white listed for access by the filter. If no list is provided, there is no IP allowlist.
repeated .envoy.config.core.v3.CidrRange ip_white_list = 4 [(.udpa.annotations.field_migrate) = { ... }getIpWhiteListOrBuilderList in interface ClientSSLAuthOrBuilderpublic int getIpWhiteListCount()
An optional list of IP address and subnet masks that should be white listed for access by the filter. If no list is provided, there is no IP allowlist.
repeated .envoy.config.core.v3.CidrRange ip_white_list = 4 [(.udpa.annotations.field_migrate) = { ... }getIpWhiteListCount in interface ClientSSLAuthOrBuilderpublic CidrRange getIpWhiteList(int index)
An optional list of IP address and subnet masks that should be white listed for access by the filter. If no list is provided, there is no IP allowlist.
repeated .envoy.config.core.v3.CidrRange ip_white_list = 4 [(.udpa.annotations.field_migrate) = { ... }getIpWhiteList in interface ClientSSLAuthOrBuilderpublic CidrRangeOrBuilder getIpWhiteListOrBuilder(int index)
An optional list of IP address and subnet masks that should be white listed for access by the filter. If no list is provided, there is no IP allowlist.
repeated .envoy.config.core.v3.CidrRange ip_white_list = 4 [(.udpa.annotations.field_migrate) = { ... }getIpWhiteListOrBuilder in interface ClientSSLAuthOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ClientSSLAuth parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientSSLAuth parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientSSLAuth parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientSSLAuth parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientSSLAuth parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientSSLAuth parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientSSLAuth parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientSSLAuth parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientSSLAuth parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientSSLAuth parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientSSLAuth parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientSSLAuth parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClientSSLAuth.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientSSLAuth.Builder newBuilder()
public static ClientSSLAuth.Builder newBuilder(ClientSSLAuth prototype)
public ClientSSLAuth.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ClientSSLAuth.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ClientSSLAuth getDefaultInstance()
public static com.google.protobuf.Parser<ClientSSLAuth> parser()
public com.google.protobuf.Parser<ClientSSLAuth> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ClientSSLAuth getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.