| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.rbac.v4alpha | |
| io.envoyproxy.envoy.extensions.filters.http.oauth2.v4alpha | |
| io.envoyproxy.envoy.type.matcher.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
Principal.getUrlPath()
A URL path on the incoming HTTP request.
|
PathMatcher |
Principal.Builder.getUrlPath()
A URL path on the incoming HTTP request.
|
PathMatcher |
PermissionOrBuilder.getUrlPath()
A URL path on the incoming HTTP request.
|
PathMatcher |
Permission.getUrlPath()
A URL path on the incoming HTTP request.
|
PathMatcher |
Permission.Builder.getUrlPath()
A URL path on the incoming HTTP request.
|
PathMatcher |
PrincipalOrBuilder.getUrlPath()
A URL path on the incoming HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
Principal.Builder |
Principal.Builder.mergeUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.
|
Permission.Builder |
Permission.Builder.mergeUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.
|
Principal.Builder |
Principal.Builder.setUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.
|
Permission.Builder |
Permission.Builder.setUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
OAuth2ConfigOrBuilder.getRedirectPathMatcher()
Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.
|
PathMatcher |
OAuth2Config.getRedirectPathMatcher()
Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.
|
PathMatcher |
OAuth2Config.Builder.getRedirectPathMatcher()
Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.
|
PathMatcher |
OAuth2ConfigOrBuilder.getSignoutPath()
The path to sign a user out, clearing their credential cookies.
|
PathMatcher |
OAuth2Config.getSignoutPath()
The path to sign a user out, clearing their credential cookies.
|
PathMatcher |
OAuth2Config.Builder.getSignoutPath()
The path to sign a user out, clearing their credential cookies.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Config.Builder |
OAuth2Config.Builder.mergeRedirectPathMatcher(PathMatcher value)
Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.
|
OAuth2Config.Builder |
OAuth2Config.Builder.mergeSignoutPath(PathMatcher value)
The path to sign a user out, clearing their credential cookies.
|
OAuth2Config.Builder |
OAuth2Config.Builder.setRedirectPathMatcher(PathMatcher value)
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 value)
The path to sign a user out, clearing their credential cookies.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
PathMatcher.Builder.build() |
PathMatcher |
PathMatcher.Builder.buildPartial() |
static PathMatcher |
PathMatcher.getDefaultInstance() |
PathMatcher |
PathMatcher.getDefaultInstanceForType() |
PathMatcher |
PathMatcher.Builder.getDefaultInstanceForType() |
static PathMatcher |
PathMatcher.parseDelimitedFrom(InputStream input) |
static PathMatcher |
PathMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(byte[] data) |
static PathMatcher |
PathMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(ByteBuffer data) |
static PathMatcher |
PathMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.ByteString data) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(InputStream input) |
static PathMatcher |
PathMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PathMatcher> |
PathMatcher.getParserForType() |
static com.google.protobuf.Parser<PathMatcher> |
PathMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(PathMatcher other) |
static PathMatcher.Builder |
PathMatcher.newBuilder(PathMatcher prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.