Class SAML2RequestServerLogoutHandler
- java.lang.Object
-
- org.apache.syncope.sra.security.saml2.SAML2RequestServerLogoutHandler
-
- All Implemented Interfaces:
ServerLogoutHandler
public class SAML2RequestServerLogoutHandler extends Object implements ServerLogoutHandler
-
-
Constructor Summary
Constructors Constructor Description SAML2RequestServerLogoutHandler(org.pac4j.saml.client.SAML2Client saml2Client, CacheManager cacheManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>
logout(WebFilterExchange exchange, Authentication authentication)
-
-
-
Constructor Detail
-
SAML2RequestServerLogoutHandler
public SAML2RequestServerLogoutHandler(org.pac4j.saml.client.SAML2Client saml2Client, CacheManager cacheManager)
-
-
Method Detail
-
logout
public reactor.core.publisher.Mono<Void> logout(WebFilterExchange exchange, Authentication authentication)
- Specified by:
logout
in interfaceServerLogoutHandler
-
-