public interface PerRouteConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisabled()
Disable Jwt Authentication for this route.
|
String |
getRequirementName()
Use requirement_name to specify a JwtRequirement.
|
com.google.protobuf.ByteString |
getRequirementNameBytes()
Use requirement_name to specify a JwtRequirement.
|
PerRouteConfig.RequirementSpecifierCase |
getRequirementSpecifierCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisabled()
Disable Jwt Authentication for this route.
bool disabled = 1 [(.validate.rules) = { ... }String getRequirementName()
Use requirement_name to specify a JwtRequirement. This requirement_name MUST be specified at the :ref:`requirement_map <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.JwtAuthentication.requirement_map>` in `JwtAuthentication`. If no, the requests using this route will be rejected with 403.
string requirement_name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getRequirementNameBytes()
Use requirement_name to specify a JwtRequirement. This requirement_name MUST be specified at the :ref:`requirement_map <envoy_v3_api_field_extensions.filters.http.jwt_authn.v3.JwtAuthentication.requirement_map>` in `JwtAuthentication`. If no, the requests using this route will be rejected with 403.
string requirement_name = 2 [(.validate.rules) = { ... }PerRouteConfig.RequirementSpecifierCase getRequirementSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.