Class CsrfRouteMatcher

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>, org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher

    public class CsrfRouteMatcher
    extends AbstractRouteMatcher
    • Constructor Detail

    • Method Detail

      • routeBehavior

        protected boolean routeBehavior​(org.springframework.cloud.gateway.route.Route route)
        Specified by:
        routeBehavior in class AbstractRouteMatcher
      • matches

        public reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> matches​(org.springframework.web.server.ServerWebExchange exchange)
        Specified by:
        matches in interface org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
        Overrides:
        matches in class AbstractRouteMatcher