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