Class AuthorizationWebFilter

java.lang.Object
org.springframework.security.web.server.authorization.AuthorizationWebFilter
All Implemented Interfaces:
org.springframework.web.server.WebFilter

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

    Constructors
    Constructor
    Description
    AuthorizationWebFilter(org.springframework.security.authorization.ReactiveAuthorizationManager<? super org.springframework.web.server.ServerWebExchange> authorizationManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<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 Details

    • AuthorizationWebFilter

      public AuthorizationWebFilter(org.springframework.security.authorization.ReactiveAuthorizationManager<? super org.springframework.web.server.ServerWebExchange> authorizationManager)
  • Method Details

    • filter

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