Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher
-
Packages that use PathMatcher Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of PathMatcher in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return PathMatcher Modifier and Type Method Description PathMatcherPermission.Builder. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPermission. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPermissionOrBuilder. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPrincipal.Builder. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPrincipal. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPrincipalOrBuilder. getUrlPath()A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type PathMatcher Modifier and Type Method Description Permission.BuilderPermission.Builder. mergeUrlPath(PathMatcher value)A URL path on the incoming HTTP request.Principal.BuilderPrincipal.Builder. mergeUrlPath(PathMatcher value)A URL path on the incoming HTTP request.Permission.BuilderPermission.Builder. setUrlPath(PathMatcher value)A URL path on the incoming HTTP request.Principal.BuilderPrincipal.Builder. setUrlPath(PathMatcher value)A URL path on the incoming HTTP request. -
Uses of PathMatcher in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return PathMatcher Modifier and Type Method Description PathMatcherOAuth2Config.Builder. getRedirectPathMatcher()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.PathMatcherOAuth2Config. getRedirectPathMatcher()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.PathMatcherOAuth2ConfigOrBuilder. getRedirectPathMatcher()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.PathMatcherOAuth2Config.Builder. getSignoutPath()The path to sign a user out, clearing their credential cookies.PathMatcherOAuth2Config. getSignoutPath()The path to sign a user out, clearing their credential cookies.PathMatcherOAuth2ConfigOrBuilder. getSignoutPath()The path to sign a user out, clearing their credential cookies.Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type PathMatcher Modifier and Type Method Description OAuth2Config.BuilderOAuth2Config.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.BuilderOAuth2Config.Builder. mergeSignoutPath(PathMatcher value)The path to sign a user out, clearing their credential cookies.OAuth2Config.BuilderOAuth2Config.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.BuilderOAuth2Config.Builder. setSignoutPath(PathMatcher value)The path to sign a user out, clearing their credential cookies. -
Uses of PathMatcher in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher Modifier and Type Method Description PathMatcherPathMatcher.Builder. build()PathMatcherPathMatcher.Builder. buildPartial()static PathMatcherPathMatcher. getDefaultInstance()PathMatcherPathMatcher.Builder. getDefaultInstanceForType()PathMatcherPathMatcher. getDefaultInstanceForType()static PathMatcherPathMatcher. parseDelimitedFrom(InputStream input)static PathMatcherPathMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(byte[] data)static PathMatcherPathMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.ByteString data)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(InputStream input)static PathMatcherPathMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(ByteBuffer data)static PathMatcherPathMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type PathMatcher Modifier and Type Method Description com.google.protobuf.Parser<PathMatcher>PathMatcher. getParserForType()static com.google.protobuf.Parser<PathMatcher>PathMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type PathMatcher Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. mergeFrom(PathMatcher other)static PathMatcher.BuilderPathMatcher. newBuilder(PathMatcher prototype)
-