Class SAML2RequestServerLogoutHandler

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

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

      • SAML2RequestServerLogoutHandler

        public SAML2RequestServerLogoutHandler​(org.pac4j.saml.client.SAML2Client saml2Client,
                                               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