Class OAuth2SessionRemovalServerLogoutHandler
java.lang.Object
org.apache.syncope.sra.security.oauth2.OAuth2SessionRemovalServerLogoutHandler
- All Implemented Interfaces:
ServerLogoutHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<Void> logout
(WebFilterExchange exchange, Authentication authentication)
-
Constructor Details
-
OAuth2SessionRemovalServerLogoutHandler
-
-
Method Details
-
logout
public reactor.core.publisher.Mono<Void> logout(WebFilterExchange exchange, Authentication authentication) - Specified by:
logout
in interfaceServerLogoutHandler
-