Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.PathMatcherOrBuilder
-
Packages that use PathMatcherOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of PathMatcherOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return PathMatcherOrBuilder Modifier and Type Method Description PathMatcherOrBuilderPermission.Builder. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPermission. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPermissionOrBuilder. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPrincipal.Builder. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPrincipal. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPrincipalOrBuilder. getUrlPathOrBuilder()A URL path on the incoming HTTP request. -
Uses of PathMatcherOrBuilder in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return PathMatcherOrBuilder Modifier and Type Method Description PathMatcherOrBuilderOAuth2Config.Builder. getRedirectPathMatcherOrBuilder()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.PathMatcherOrBuilderOAuth2Config. getRedirectPathMatcherOrBuilder()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.PathMatcherOrBuilderOAuth2ConfigOrBuilder. getRedirectPathMatcherOrBuilder()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.PathMatcherOrBuilderOAuth2Config.Builder. getSignoutPathOrBuilder()The path to sign a user out, clearing their credential cookies.PathMatcherOrBuilderOAuth2Config. getSignoutPathOrBuilder()The path to sign a user out, clearing their credential cookies.PathMatcherOrBuilderOAuth2ConfigOrBuilder. getSignoutPathOrBuilder()The path to sign a user out, clearing their credential cookies. -
Uses of PathMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement PathMatcherOrBuilder Modifier and Type Class Description classPathMatcherSpecifies the way to match a path on HTTP request.static classPathMatcher.BuilderSpecifies the way to match a path on HTTP request.
-