public class DelegatingServerLogoutHandler extends java.lang.Object implements ServerLogoutHandler
ServerLogoutHandler implementations.| Constructor and Description |
|---|
DelegatingServerLogoutHandler(java.util.Collection<ServerLogoutHandler> delegates) |
DelegatingServerLogoutHandler(ServerLogoutHandler... delegates) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
logout(WebFilterExchange exchange,
org.springframework.security.core.Authentication authentication)
Invoked when log out is requested
|
public DelegatingServerLogoutHandler(ServerLogoutHandler... delegates)
public DelegatingServerLogoutHandler(java.util.Collection<ServerLogoutHandler> delegates)
public reactor.core.publisher.Mono<java.lang.Void> logout(WebFilterExchange exchange, org.springframework.security.core.Authentication authentication)
ServerLogoutHandlerlogout in interface ServerLogoutHandlerexchange - the exchangeauthentication - the Authentication