Interface ServerLogoutHandler
- All Known Implementing Classes:
CsrfServerLogoutHandler
,DelegatingServerLogoutHandler
,HeaderWriterServerLogoutHandler
,SecurityContextServerLogoutHandler
,WebSessionServerLogoutHandler
public interface ServerLogoutHandler
Handles log out
- Since:
- 5.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
logout
(WebFilterExchange exchange, Authentication authentication) Invoked when log out is requested
-
Method Details
-
logout
Invoked when log out is requested- Parameters:
exchange
- the exchangeauthentication
- theAuthentication
- Returns:
- a completion notification (success or error)
-