Class DelegatingServerLogoutHandler
java.lang.Object
org.springframework.security.web.server.authentication.logout.DelegatingServerLogoutHandler
- All Implemented Interfaces:
 ServerLogoutHandler
Delegates to a collection of 
ServerLogoutHandler implementations.- Since:
 - 5.1
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>logout(WebFilterExchange exchange, Authentication authentication) Invoked when log out is requested 
- 
Constructor Details
- 
DelegatingServerLogoutHandler
 - 
DelegatingServerLogoutHandler
 
 - 
 - 
Method Details
- 
logout
public reactor.core.publisher.Mono<Void> logout(WebFilterExchange exchange, Authentication authentication) Description copied from interface:ServerLogoutHandlerInvoked when log out is requested- Specified by:
 logoutin interfaceServerLogoutHandler- Parameters:
 exchange- the exchangeauthentication- theAuthentication- Returns:
 - a completion notification (success or error)
 
 
 -