Class WebFilterChainProxy

  • All Implemented Interfaces:
    org.springframework.web.server.WebFilter

    public class WebFilterChainProxy
    extends java.lang.Object
    implements org.springframework.web.server.WebFilter
    Used to delegate to a List of SecurityWebFilterChain instances.
    Since:
    5.0
    • Method Detail

      • filter

        public reactor.core.publisher.Mono<java.lang.Void> filter​(org.springframework.web.server.ServerWebExchange exchange,
                                                                  org.springframework.web.server.WebFilterChain chain)
        Specified by:
        filter in interface org.springframework.web.server.WebFilter