| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.rbac.v3 | |
| io.envoyproxy.envoy.extensions.filters.http.oauth2.v3alpha | |
| io.envoyproxy.envoy.type.matcher.v3 |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
Principal.Builder.getUrlPathBuilder()
A URL path on the incoming HTTP request.
|
PathMatcher.Builder |
Permission.Builder.getUrlPathBuilder()
A URL path on the incoming HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
Principal.Builder |
Principal.Builder.setUrlPath(PathMatcher.Builder builderForValue)
A URL path on the incoming HTTP request.
|
Permission.Builder |
Permission.Builder.setUrlPath(PathMatcher.Builder builderForValue)
A URL path on the incoming HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
OAuth2Config.Builder.getRedirectPathMatcherBuilder()
Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.
|
PathMatcher.Builder |
OAuth2Config.Builder.getSignoutPathBuilder()
The path to sign a user out, clearing their credential cookies.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Config.Builder |
OAuth2Config.Builder.setRedirectPathMatcher(PathMatcher.Builder builderForValue)
Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.
|
OAuth2Config.Builder |
OAuth2Config.Builder.setSignoutPath(PathMatcher.Builder builderForValue)
The path to sign a user out, clearing their credential cookies.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
PathMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PathMatcher.Builder |
PathMatcher.Builder.clear() |
PathMatcher.Builder |
PathMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PathMatcher.Builder |
PathMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PathMatcher.Builder |
PathMatcher.Builder.clearPath()
The `path` must match the URL path portion of the :path header.
|
PathMatcher.Builder |
PathMatcher.Builder.clearRule() |
PathMatcher.Builder |
PathMatcher.Builder.clone() |
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(PathMatcher other) |
PathMatcher.Builder |
PathMatcher.Builder.mergePath(StringMatcher value)
The `path` must match the URL path portion of the :path header.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PathMatcher.Builder |
PathMatcher.newBuilder() |
static PathMatcher.Builder |
PathMatcher.newBuilder(PathMatcher prototype) |
PathMatcher.Builder |
PathMatcher.newBuilderForType() |
protected PathMatcher.Builder |
PathMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PathMatcher.Builder |
PathMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PathMatcher.Builder |
PathMatcher.Builder.setPath(StringMatcher.Builder builderForValue)
The `path` must match the URL path portion of the :path header.
|
PathMatcher.Builder |
PathMatcher.Builder.setPath(StringMatcher value)
The `path` must match the URL path portion of the :path header.
|
PathMatcher.Builder |
PathMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PathMatcher.Builder |
PathMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PathMatcher.Builder |
PathMatcher.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.