Class CASServerLogoutSuccessHandler

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>, org.springframework.security.web.server.authentication.logout.ServerLogoutSuccessHandler

    public class CASServerLogoutSuccessHandler
    extends AbstractServerLogoutSuccessHandler
    • Constructor Detail

      • CASServerLogoutSuccessHandler

        public CASServerLogoutSuccessHandler()
    • Method Detail

      • onLogoutSuccess

        public reactor.core.publisher.Mono<Void> onLogoutSuccess​(org.springframework.security.web.server.WebFilterExchange exchange,
                                                                 org.springframework.security.core.Authentication authentication)