Package org.springframework.security.web.server.util.matcher
-
Interface Summary Interface Description ServerWebExchangeMatcher An interface for determining if aServerWebExchangeMatcher
matches. -
Class Summary Class Description AndServerWebExchangeMatcher Matches if all the providedServerWebExchangeMatcher
matchIpAddressServerWebExchangeMatcher Matches a request based on IP Address or subnet mask matching against the remote address.MediaTypeServerWebExchangeMatcher Matches based upon the accept headers.NegatedServerWebExchangeMatcher Negates the provided matcher.OrServerWebExchangeMatcher Matches if any of the providedServerWebExchangeMatcher
matchPathPatternParserServerWebExchangeMatcher Matches if thePathPattern
matches the path within the application.ServerWebExchangeMatcher.MatchResult The result of matchingServerWebExchangeMatcherEntry<T> A rich object for associating aServerWebExchangeMatcher
to another object.ServerWebExchangeMatchers Provides factory methods for creating commonServerWebExchangeMatcher