Class CASServerLogoutHandler

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

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

      • CASServerLogoutHandler

        public CASServerLogoutHandler​(org.springframework.cache.CacheManager cacheManager,
                                      String casServerUrlPrefix)
    • 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