public interface RequirementRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RouteMatch |
getMatch()
The route matching parameter.
|
RouteMatchOrBuilder |
getMatchOrBuilder()
The route matching parameter.
|
JwtRequirement |
getRequires()
Specify a Jwt Requirement.
|
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) = { ... }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) = { ... }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;JwtRequirement getRequires()
Specify a Jwt Requirement. Please detail comment in message JwtRequirement.
.envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirement requires = 2;JwtRequirementOrBuilder getRequiresOrBuilder()
Specify a Jwt Requirement. Please detail comment in message JwtRequirement.
.envoy.config.filter.http.jwt_authn.v2alpha.JwtRequirement requires = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.