Package org.springframework.security.web.util.matcher
package org.springframework.security.web.util.matcher
-
ClassDescription
RequestMatcher
that will return true if all of the passed inRequestMatcher
instances match.Matcher which compares a pre-defined ant-style pattern against the URL (servletPath + pathInfo
) of anHttpServletRequest
.Matches any supplied request.Checks theDispatcherType
to decide whether to match a given request.A RequestMatcher implementation which uses a SpEL expressionMatches a request based on IP Address or subnet mask matching against the remote address.Allows matchingHttpServletRequest
based upon theMediaType
's resolved from aContentNegotiationStrategy
.ARequestMatcher
that will negate theRequestMatcher
passed in.RequestMatcher
that will return true if any of the passed inRequestMatcher
instances match.Uses a regular expression to decide whether a supplied the URL of a suppliedHttpServletRequest
.ARequestMatcher
that can be used to match request that contain a header with an expected header name and an expected value.Simple strategy to match an HttpServletRequest.The result of matching against an HttpServletRequest Contains the status, true or false, of the match and if present, any variables extracted from the matchPropertyEditor which creates ELRequestMatcher instances from Strings This allows to use a String in a BeanDefinition instead of an (inner) bean if a RequestMatcher is required, e.g.A rich object for associating aRequestMatcher
to another object.Deprecated.
RequestMatcher.MatchResult
fromRequestMatcher.matcher(HttpServletRequest)