Class AuthorizationWebFilter

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

    public class AuthorizationWebFilter
    extends java.lang.Object
    implements org.springframework.web.server.WebFilter
    Since:
    5.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> filter​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)  
      • Methods inherited from class java.lang.Object

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

      • AuthorizationWebFilter

        public AuthorizationWebFilter​(ReactiveAuthorizationManager<? super org.springframework.web.server.ServerWebExchange> authorizationManager)
    • 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