Package org.springframework.security.web.server.util.matcher
package org.springframework.security.web.server.util.matcher
-
ClassDescriptionMatches if all the provided
ServerWebExchangeMatcher
matchMatches 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 providedServerWebExchangeMatcher
matchMatches if thePathPattern
matches the path within the application.An interface for determining if aServerWebExchangeMatcher
matches.The result of matchingA rich object for associating aServerWebExchangeMatcher
to another object.Provides factory methods for creating commonServerWebExchangeMatcher