Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher.Builder
Packages that use PathMatcher.Builder
Package
Description
-
Uses of PathMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return PathMatcher.BuilderModifier and TypeMethodDescriptionPermission.Builder.getUrlPathBuilder()A URL path on the incoming HTTP request.Principal.Builder.getUrlPathBuilder()A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type PathMatcher.BuilderModifier and TypeMethodDescriptionPermission.Builder.setUrlPath(PathMatcher.Builder builderForValue) A URL path on the incoming HTTP request.Principal.Builder.setUrlPath(PathMatcher.Builder builderForValue) A URL path on the incoming HTTP request. -
Uses of PathMatcher.Builder in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return PathMatcher.BuilderModifier and TypeMethodDescriptionOAuth2Config.Builder.getRedirectPathMatcherBuilder()Matching criteria used to determine whether a path appears to be the result of a redirect from the authorization server.OAuth2Config.Builder.getSignoutPathBuilder()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.BuilderModifier and TypeMethodDescriptionOAuth2Config.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.setSignoutPath(PathMatcher.Builder builderForValue) The path to sign a user out, clearing their credential cookies. -
Uses of PathMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher.BuilderModifier and TypeMethodDescriptionPathMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PathMatcher.Builder.clear()PathMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PathMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PathMatcher.Builder.clearPath()The ``path`` must match the URL path portion of the :path header.PathMatcher.Builder.clearRule()PathMatcher.Builder.clone()PathMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathMatcher.Builder.mergeFrom(com.google.protobuf.Message other) PathMatcher.Builder.mergeFrom(PathMatcher other) PathMatcher.Builder.mergePath(StringMatcher value) The ``path`` must match the URL path portion of the :path header.final PathMatcher.BuilderPathMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static PathMatcher.BuilderPathMatcher.newBuilder()static PathMatcher.BuilderPathMatcher.newBuilder(PathMatcher prototype) PathMatcher.newBuilderForType()protected PathMatcher.BuilderPathMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PathMatcher.Builder.setPath(StringMatcher value) The ``path`` must match the URL path portion of the :path header.PathMatcher.Builder.setPath(StringMatcher.Builder builderForValue) The ``path`` must match the URL path portion of the :path header.PathMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final PathMatcher.BuilderPathMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PathMatcher.toBuilder()