public final class JwtAuthentication extends com.google.protobuf.GeneratedMessageV3 implements JwtAuthenticationOrBuilder
This is the Envoy HTTP filter config for JWT authentication.
For example:
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: issuer2
local_jwks:
inline_string: jwks_string
rules:
# Not jwt verification is required for /health path
- match:
prefix: /health
# Jwt verification for provider1 is required for path prefixed with "prefix"
- match:
prefix: /prefix
requires:
provider_name: provider1
# Jwt verification for either provider1 or provider2 is required for all other requests.
- match:
prefix: /
requires:
requires_any:
requirements:
- provider_name: provider1
- provider_name: provider2
[#next-free-field: 6]
Protobuf type envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication| Modifier and Type | Class and Description |
|---|---|
static class |
JwtAuthentication.Builder
This is the Envoy HTTP filter config for JWT authentication.
|
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 |
BYPASS_CORS_PREFLIGHT_FIELD_NUMBER |
static int |
FILTER_STATE_RULES_FIELD_NUMBER |
static int |
PROVIDERS_FIELD_NUMBER |
static int |
REQUIREMENT_MAP_FIELD_NUMBER |
static int |
RULES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProviders(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1; |
boolean |
containsRequirementMap(String key)
A map of unique requirement_names to JwtRequirements.
|
boolean |
equals(Object obj) |
boolean |
getBypassCorsPreflight()
When set to true, bypass the `CORS preflight request
<http://www.w3.org/TR/cors/#cross-origin-request-with-preflight>`_ regardless of JWT
requirements specified in the rules.
|
static JwtAuthentication |
getDefaultInstance() |
JwtAuthentication |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FilterStateRule |
getFilterStateRules()
This message specifies Jwt requirements based on stream_info.filterState.
|
FilterStateRuleOrBuilder |
getFilterStateRulesOrBuilder()
This message specifies Jwt requirements based on stream_info.filterState.
|
com.google.protobuf.Parser<JwtAuthentication> |
getParserForType() |
Map<String,JwtProvider> |
getProviders()
Deprecated.
|
int |
getProvidersCount()
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1; |
Map<String,JwtProvider> |
getProvidersMap()
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1; |
JwtProvider |
getProvidersOrDefault(String key,
JwtProvider defaultValue)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1; |
JwtProvider |
getProvidersOrThrow(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1; |
Map<String,JwtRequirement> |
getRequirementMap()
Deprecated.
|
int |
getRequirementMapCount()
A map of unique requirement_names to JwtRequirements.
|
Map<String,JwtRequirement> |
getRequirementMapMap()
A map of unique requirement_names to JwtRequirements.
|
JwtRequirement |
getRequirementMapOrDefault(String key,
JwtRequirement defaultValue)
A map of unique requirement_names to JwtRequirements.
|
JwtRequirement |
getRequirementMapOrThrow(String key)
A map of unique requirement_names to JwtRequirements.
|
RequirementRule |
getRules(int index)
Specifies requirements based on the route matches.
|
int |
getRulesCount()
Specifies requirements based on the route matches.
|
List<RequirementRule> |
getRulesList()
Specifies requirements based on the route matches.
|
RequirementRuleOrBuilder |
getRulesOrBuilder(int index)
Specifies requirements based on the route matches.
|
List<? extends RequirementRuleOrBuilder> |
getRulesOrBuilderList()
Specifies requirements based on the route matches.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFilterStateRules()
This message specifies Jwt requirements based on stream_info.filterState.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static JwtAuthentication.Builder |
newBuilder() |
static JwtAuthentication.Builder |
newBuilder(JwtAuthentication prototype) |
JwtAuthentication.Builder |
newBuilderForType() |
protected JwtAuthentication.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static JwtAuthentication |
parseDelimitedFrom(InputStream input) |
static JwtAuthentication |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtAuthentication |
parseFrom(byte[] data) |
static JwtAuthentication |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtAuthentication |
parseFrom(ByteBuffer data) |
static JwtAuthentication |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtAuthentication |
parseFrom(com.google.protobuf.ByteString data) |
static JwtAuthentication |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtAuthentication |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JwtAuthentication |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JwtAuthentication |
parseFrom(InputStream input) |
static JwtAuthentication |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JwtAuthentication> |
parser() |
JwtAuthentication.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, 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 PROVIDERS_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
public static final int FILTER_STATE_RULES_FIELD_NUMBER
public static final int BYPASS_CORS_PREFLIGHT_FIELD_NUMBER
public static final int REQUIREMENT_MAP_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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getProvidersCount()
JwtAuthenticationOrBuilder
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1;getProvidersCount in interface JwtAuthenticationOrBuilderpublic boolean containsProviders(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1;containsProviders in interface JwtAuthenticationOrBuilder@Deprecated public Map<String,JwtProvider> getProviders()
getProvidersMap() instead.getProviders in interface JwtAuthenticationOrBuilderpublic Map<String,JwtProvider> getProvidersMap()
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1;getProvidersMap in interface JwtAuthenticationOrBuilderpublic JwtProvider getProvidersOrDefault(String key, JwtProvider defaultValue)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1;getProvidersOrDefault in interface JwtAuthenticationOrBuilderpublic JwtProvider getProvidersOrThrow(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
timeout: 1s
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtProvider> providers = 1;getProvidersOrThrow in interface JwtAuthenticationOrBuilderpublic List<RequirementRule> getRulesList()
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match:
prefix: /healthz
- match:
prefix: /baz
requires:
provider_name: provider1
- match:
prefix: /foo
requires:
requires_any:
requirements:
- provider_name: provider1
- provider_name: provider2
- match:
prefix: /bar
requires:
requires_all:
requirements:
- provider_name: provider1
- provider_name: provider2
repeated .envoy.extensions.filters.http.jwt_authn.v3.RequirementRule rules = 2;getRulesList in interface JwtAuthenticationOrBuilderpublic List<? extends RequirementRuleOrBuilder> getRulesOrBuilderList()
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match:
prefix: /healthz
- match:
prefix: /baz
requires:
provider_name: provider1
- match:
prefix: /foo
requires:
requires_any:
requirements:
- provider_name: provider1
- provider_name: provider2
- match:
prefix: /bar
requires:
requires_all:
requirements:
- provider_name: provider1
- provider_name: provider2
repeated .envoy.extensions.filters.http.jwt_authn.v3.RequirementRule rules = 2;getRulesOrBuilderList in interface JwtAuthenticationOrBuilderpublic int getRulesCount()
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match:
prefix: /healthz
- match:
prefix: /baz
requires:
provider_name: provider1
- match:
prefix: /foo
requires:
requires_any:
requirements:
- provider_name: provider1
- provider_name: provider2
- match:
prefix: /bar
requires:
requires_all:
requirements:
- provider_name: provider1
- provider_name: provider2
repeated .envoy.extensions.filters.http.jwt_authn.v3.RequirementRule rules = 2;getRulesCount in interface JwtAuthenticationOrBuilderpublic RequirementRule getRules(int index)
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match:
prefix: /healthz
- match:
prefix: /baz
requires:
provider_name: provider1
- match:
prefix: /foo
requires:
requires_any:
requirements:
- provider_name: provider1
- provider_name: provider2
- match:
prefix: /bar
requires:
requires_all:
requirements:
- provider_name: provider1
- provider_name: provider2
repeated .envoy.extensions.filters.http.jwt_authn.v3.RequirementRule rules = 2;getRules in interface JwtAuthenticationOrBuilderpublic RequirementRuleOrBuilder getRulesOrBuilder(int index)
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match:
prefix: /healthz
- match:
prefix: /baz
requires:
provider_name: provider1
- match:
prefix: /foo
requires:
requires_any:
requirements:
- provider_name: provider1
- provider_name: provider2
- match:
prefix: /bar
requires:
requires_all:
requirements:
- provider_name: provider1
- provider_name: provider2
repeated .envoy.extensions.filters.http.jwt_authn.v3.RequirementRule rules = 2;getRulesOrBuilder in interface JwtAuthenticationOrBuilderpublic boolean hasFilterStateRules()
This message specifies Jwt requirements based on stream_info.filterState. Other HTTP filters can use it to specify Jwt requirements dynamically. The *rules* field above is checked first, if it could not find any matches, check this one.
.envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule filter_state_rules = 3;hasFilterStateRules in interface JwtAuthenticationOrBuilderpublic FilterStateRule getFilterStateRules()
This message specifies Jwt requirements based on stream_info.filterState. Other HTTP filters can use it to specify Jwt requirements dynamically. The *rules* field above is checked first, if it could not find any matches, check this one.
.envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule filter_state_rules = 3;getFilterStateRules in interface JwtAuthenticationOrBuilderpublic FilterStateRuleOrBuilder getFilterStateRulesOrBuilder()
This message specifies Jwt requirements based on stream_info.filterState. Other HTTP filters can use it to specify Jwt requirements dynamically. The *rules* field above is checked first, if it could not find any matches, check this one.
.envoy.extensions.filters.http.jwt_authn.v3.FilterStateRule filter_state_rules = 3;getFilterStateRulesOrBuilder in interface JwtAuthenticationOrBuilderpublic boolean getBypassCorsPreflight()
When set to true, bypass the `CORS preflight request <http://www.w3.org/TR/cors/#cross-origin-request-with-preflight>`_ regardless of JWT requirements specified in the rules.
bool bypass_cors_preflight = 4;getBypassCorsPreflight in interface JwtAuthenticationOrBuilderpublic int getRequirementMapCount()
JwtAuthenticationOrBuilderA map of unique requirement_names to JwtRequirements. :ref:`requirement_name <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.PerRouteConfig.requirement_name>` in `PerRouteConfig` uses this map to specify a JwtRequirement.
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement> requirement_map = 5;getRequirementMapCount in interface JwtAuthenticationOrBuilderpublic boolean containsRequirementMap(String key)
A map of unique requirement_names to JwtRequirements. :ref:`requirement_name <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.PerRouteConfig.requirement_name>` in `PerRouteConfig` uses this map to specify a JwtRequirement.
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement> requirement_map = 5;containsRequirementMap in interface JwtAuthenticationOrBuilder@Deprecated public Map<String,JwtRequirement> getRequirementMap()
getRequirementMapMap() instead.getRequirementMap in interface JwtAuthenticationOrBuilderpublic Map<String,JwtRequirement> getRequirementMapMap()
A map of unique requirement_names to JwtRequirements. :ref:`requirement_name <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.PerRouteConfig.requirement_name>` in `PerRouteConfig` uses this map to specify a JwtRequirement.
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement> requirement_map = 5;getRequirementMapMap in interface JwtAuthenticationOrBuilderpublic JwtRequirement getRequirementMapOrDefault(String key, JwtRequirement defaultValue)
A map of unique requirement_names to JwtRequirements. :ref:`requirement_name <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.PerRouteConfig.requirement_name>` in `PerRouteConfig` uses this map to specify a JwtRequirement.
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement> requirement_map = 5;getRequirementMapOrDefault in interface JwtAuthenticationOrBuilderpublic JwtRequirement getRequirementMapOrThrow(String key)
A map of unique requirement_names to JwtRequirements. :ref:`requirement_name <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.PerRouteConfig.requirement_name>` in `PerRouteConfig` uses this map to specify a JwtRequirement.
map<string, .envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement> requirement_map = 5;getRequirementMapOrThrow in interface JwtAuthenticationOrBuilderpublic 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 JwtAuthentication parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtAuthentication parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtAuthentication parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtAuthentication parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtAuthentication parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtAuthentication parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JwtAuthentication parseFrom(InputStream input) throws IOException
IOExceptionpublic static JwtAuthentication parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtAuthentication parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JwtAuthentication parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JwtAuthentication parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JwtAuthentication parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic JwtAuthentication.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JwtAuthentication.Builder newBuilder()
public static JwtAuthentication.Builder newBuilder(JwtAuthentication prototype)
public JwtAuthentication.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected JwtAuthentication.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static JwtAuthentication getDefaultInstance()
public static com.google.protobuf.Parser<JwtAuthentication> parser()
public com.google.protobuf.Parser<JwtAuthentication> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public JwtAuthentication getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.