Class OAuth2SessionRemovalServerLogoutHandler

  • All Implemented Interfaces:
    org.springframework.security.web.server.authentication.logout.ServerLogoutHandler

    public class OAuth2SessionRemovalServerLogoutHandler
    extends Object
    implements org.springframework.security.web.server.authentication.logout.ServerLogoutHandler
    • Constructor Detail

      • OAuth2SessionRemovalServerLogoutHandler

        public OAuth2SessionRemovalServerLogoutHandler​(org.springframework.cache.CacheManager cacheManager)
    • Method Detail

      • logout

        public reactor.core.publisher.Mono<Void> logout​(org.springframework.security.web.server.WebFilterExchange exchange,
                                                        org.springframework.security.core.Authentication authentication)
        Specified by:
        logout in interface org.springframework.security.web.server.authentication.logout.ServerLogoutHandler