Class SAML2ServerLogoutSuccessHandler

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

    public class SAML2ServerLogoutSuccessHandler
    extends AbstractServerLogoutSuccessHandler
    • Constructor Detail

      • SAML2ServerLogoutSuccessHandler

        public SAML2ServerLogoutSuccessHandler()
    • Method Detail

      • onLogoutSuccess

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