Class DelegatingServerLogoutHandler

    • Constructor Detail

      • DelegatingServerLogoutHandler

        public DelegatingServerLogoutHandler​(ServerLogoutHandler... delegates)
      • DelegatingServerLogoutHandler

        public DelegatingServerLogoutHandler​(java.util.Collection<ServerLogoutHandler> delegates)
    • Method Detail

      • logout

        public reactor.core.publisher.Mono<java.lang.Void> logout​(WebFilterExchange exchange,
                                                                  org.springframework.security.core.Authentication authentication)
        Description copied from interface: ServerLogoutHandler
        Invoked when log out is requested
        Specified by:
        logout in interface ServerLogoutHandler
        Parameters:
        exchange - the exchange
        authentication - the Authentication
        Returns:
        a completion notification (success or error)