Class DelegatingReactiveAuthorizationManager

  • All Implemented Interfaces:
    org.springframework.security.authorization.ReactiveAuthorizationManager<org.springframework.web.server.ServerWebExchange>

    public final class DelegatingReactiveAuthorizationManager
    extends java.lang.Object
    implements org.springframework.security.authorization.ReactiveAuthorizationManager<org.springframework.web.server.ServerWebExchange>
    Since:
    5.0
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static DelegatingReactiveAuthorizationManager.Builder builder()  
      reactor.core.publisher.Mono<org.springframework.security.authorization.AuthorizationDecision> check​(reactor.core.publisher.Mono<org.springframework.security.core.Authentication> authentication, org.springframework.web.server.ServerWebExchange exchange)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.security.authorization.ReactiveAuthorizationManager

        verify
    • Method Detail

      • check

        public reactor.core.publisher.Mono<org.springframework.security.authorization.AuthorizationDecision> check​(reactor.core.publisher.Mono<org.springframework.security.core.Authentication> authentication,
                                                                                                                   org.springframework.web.server.ServerWebExchange exchange)
        Specified by:
        check in interface org.springframework.security.authorization.ReactiveAuthorizationManager<org.springframework.web.server.ServerWebExchange>