Package org.springframework.security.web.server.util.matcher
-
Interface Summary Interface Description ServerWebExchangeMatcher An interface for determining if aServerWebExchangeMatchermatches. -
Class Summary Class Description AndServerWebExchangeMatcher Matches if all the providedServerWebExchangeMatchermatchIpAddressServerWebExchangeMatcher 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 providedServerWebExchangeMatchermatchPathPatternParserServerWebExchangeMatcher Matches if thePathPatternmatches the path within the application.ServerWebExchangeMatcher.MatchResult The result of matchingServerWebExchangeMatcherEntry<T> A rich object for associating aServerWebExchangeMatcherto another object.ServerWebExchangeMatchers Provides factory methods for creating commonServerWebExchangeMatcher