Class MatcherSecurityWebFilterChain

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Flux<org.springframework.web.server.WebFilter> getWebFilters()
      The WebFilter to use
      reactor.core.publisher.Mono<java.lang.Boolean> matches​(org.springframework.web.server.ServerWebExchange exchange)
      Determines if this SecurityWebFilterChain matches the provided ServerWebExchange
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatcherSecurityWebFilterChain

        public MatcherSecurityWebFilterChain​(ServerWebExchangeMatcher matcher,
                                             java.util.List<org.springframework.web.server.WebFilter> filters)
    • Method Detail

      • matches

        public reactor.core.publisher.Mono<java.lang.Boolean> matches​(org.springframework.web.server.ServerWebExchange exchange)
        Description copied from interface: SecurityWebFilterChain
        Determines if this SecurityWebFilterChain matches the provided ServerWebExchange
        Specified by:
        matches in interface SecurityWebFilterChain
        Parameters:
        exchange - the ServerWebExchange
        Returns:
        true if it matches, else false