Class MatcherSecurityWebFilterChain

java.lang.Object
org.springframework.security.web.server.MatcherSecurityWebFilterChain
All Implemented Interfaces:
SecurityWebFilterChain

public class MatcherSecurityWebFilterChain extends Object implements SecurityWebFilterChain
A SecurityWebFilterChain that leverages a ServerWebExchangeMatcher to determine which WebFilter to execute.
Since:
5.0
  • Constructor Details

    • MatcherSecurityWebFilterChain

      public MatcherSecurityWebFilterChain(ServerWebExchangeMatcher matcher, List<org.springframework.web.server.WebFilter> filters)
  • Method Details