public static interface Config.RequirementRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RouteOuterClass.RouteMatch |
getMatch()
The route matching parameter.
|
RouteOuterClass.RouteMatchOrBuilder |
getMatchOrBuilder()
The route matching parameter.
|
Config.JwtRequirement |
getRequires()
Specify a Jwt Requirement.
|
Config.JwtRequirementOrBuilder |
getRequiresOrBuilder()
Specify a Jwt Requirement.
|
boolean |
hasMatch()
The route matching parameter.
|
boolean |
hasRequires()
Specify a Jwt Requirement.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatch()
The route matching parameter. Only when the match is satisfied, the "requires" field will
apply.
For example: following match will match all requests.
.. code-block:: yaml
match:
prefix: "/"
.envoy.api.v2.route.RouteMatch match = 1 [(.validate.rules) = { ... }RouteOuterClass.RouteMatch getMatch()
The route matching parameter. Only when the match is satisfied, the "requires" field will
apply.
For example: following match will match all requests.
.. code-block:: yaml
match:
prefix: "/"
.envoy.api.v2.route.RouteMatch match = 1 [(.validate.rules) = { ... }RouteOuterClass.RouteMatchOrBuilder getMatchOrBuilder()
The route matching parameter. Only when the match is satisfied, the "requires" field will
apply.
For example: following match will match all requests.
.. code-block:: yaml
match:
prefix: "/"
.envoy.api.v2.route.RouteMatch match = 1 [(.validate.rules) = { ... }boolean hasRequires()
Specify a Jwt Requirement. Please detail comment in message JwtRequirement.
.envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirement requires = 2;Config.JwtRequirement getRequires()
Specify a Jwt Requirement. Please detail comment in message JwtRequirement.
.envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirement requires = 2;Config.JwtRequirementOrBuilder getRequiresOrBuilder()
Specify a Jwt Requirement. Please detail comment in message JwtRequirement.
.envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirement requires = 2;Copyright © 2018 The Envoy Project. All rights reserved.