Package org.springframework.security.web.server.util.matcher
@NullMarked
package org.springframework.security.web.server.util.matcher
Reactive APIs for matching requests which are used for, among other things, mapping
authorization rules.
-
ClassDescriptionMatches if all the provided
ServerWebExchangeMatchermatchMatches a request based on IP Address or subnet mask matching against the remote address.Matches based upon the accept headers.Negates the provided matcher.Matches if any of the providedServerWebExchangeMatchermatchMatches if thePathPatternmatches the path within the application.An interface for determining if aServerWebExchangeMatchermatches.The result of matchingA rich object for associating aServerWebExchangeMatcherto another object.Provides factory methods for creating commonServerWebExchangeMatcher