| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 |
| Modifier and Type | Method and Description |
|---|---|
RequirementRule |
RequirementRule.Builder.build() |
RequirementRule |
RequirementRule.Builder.buildPartial() |
static RequirementRule |
RequirementRule.getDefaultInstance() |
RequirementRule |
RequirementRule.getDefaultInstanceForType() |
RequirementRule |
RequirementRule.Builder.getDefaultInstanceForType() |
RequirementRule |
JwtAuthenticationOrBuilder.getRules(int index)
Specifies requirements based on the route matches.
|
RequirementRule |
JwtAuthentication.getRules(int index)
Specifies requirements based on the route matches.
|
RequirementRule |
JwtAuthentication.Builder.getRules(int index)
Specifies requirements based on the route matches.
|
static RequirementRule |
RequirementRule.parseDelimitedFrom(InputStream input) |
static RequirementRule |
RequirementRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequirementRule |
RequirementRule.parseFrom(byte[] data) |
static RequirementRule |
RequirementRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequirementRule |
RequirementRule.parseFrom(ByteBuffer data) |
static RequirementRule |
RequirementRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequirementRule |
RequirementRule.parseFrom(com.google.protobuf.ByteString data) |
static RequirementRule |
RequirementRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequirementRule |
RequirementRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static RequirementRule |
RequirementRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RequirementRule |
RequirementRule.parseFrom(InputStream input) |
static RequirementRule |
RequirementRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RequirementRule> |
RequirementRule.getParserForType() |
List<RequirementRule> |
JwtAuthenticationOrBuilder.getRulesList()
Specifies requirements based on the route matches.
|
List<RequirementRule> |
JwtAuthentication.getRulesList()
Specifies requirements based on the route matches.
|
List<RequirementRule> |
JwtAuthentication.Builder.getRulesList()
Specifies requirements based on the route matches.
|
static com.google.protobuf.Parser<RequirementRule> |
RequirementRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
JwtAuthentication.Builder |
JwtAuthentication.Builder.addRules(int index,
RequirementRule value)
Specifies requirements based on the route matches.
|
JwtAuthentication.Builder |
JwtAuthentication.Builder.addRules(RequirementRule value)
Specifies requirements based on the route matches.
|
RequirementRule.Builder |
RequirementRule.Builder.mergeFrom(RequirementRule other) |
static RequirementRule.Builder |
RequirementRule.newBuilder(RequirementRule prototype) |
JwtAuthentication.Builder |
JwtAuthentication.Builder.setRules(int index,
RequirementRule value)
Specifies requirements based on the route matches.
|
| Modifier and Type | Method and Description |
|---|---|
JwtAuthentication.Builder |
JwtAuthentication.Builder.addAllRules(Iterable<? extends RequirementRule> values)
Specifies requirements based on the route matches.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.