Class OAuth2SessionRemovalServerLogoutHandler
- java.lang.Object
-
- org.apache.syncope.sra.security.oauth2.OAuth2SessionRemovalServerLogoutHandler
-
- All Implemented Interfaces:
ServerLogoutHandler
public class OAuth2SessionRemovalServerLogoutHandler extends Object implements ServerLogoutHandler
-
-
Constructor Summary
Constructors Constructor Description OAuth2SessionRemovalServerLogoutHandler(CacheManager cacheManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>
logout(WebFilterExchange exchange, Authentication authentication)
-
-
-
Constructor Detail
-
OAuth2SessionRemovalServerLogoutHandler
public OAuth2SessionRemovalServerLogoutHandler(CacheManager cacheManager)
-
-
Method Detail
-
logout
public reactor.core.publisher.Mono<Void> logout(WebFilterExchange exchange, Authentication authentication)
- Specified by:
logout
in interfaceServerLogoutHandler
-
-