Class WebSessionServerLogoutHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> logout​(WebFilterExchange exchange, org.springframework.security.core.Authentication authentication)
      Invoked when log out is requested
      • Methods inherited from class java.lang.Object

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

      • WebSessionServerLogoutHandler

        public WebSessionServerLogoutHandler()
    • 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)