Class DelegatingServerLogoutHandler

java.lang.Object
org.springframework.security.web.server.authentication.logout.DelegatingServerLogoutHandler
All Implemented Interfaces:
ServerLogoutHandler

public class DelegatingServerLogoutHandler extends Object implements ServerLogoutHandler
Delegates to a collection of ServerLogoutHandler implementations.
Since:
5.1
  • Constructor Details

  • Method Details

    • logout

      public reactor.core.publisher.Mono<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)