Class SAML2ServerLogoutSuccessHandler
- java.lang.Object
-
- org.apache.syncope.sra.security.AbstractServerLogoutSuccessHandler
-
- org.apache.syncope.sra.security.saml2.SAML2ServerLogoutSuccessHandler
-
- All Implemented Interfaces:
EventListener
,ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
,ServerLogoutSuccessHandler
public class SAML2ServerLogoutSuccessHandler extends AbstractServerLogoutSuccessHandler
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.sra.security.AbstractServerLogoutSuccessHandler
redirectStrategy
-
-
Constructor Summary
Constructors Constructor Description SAML2ServerLogoutSuccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>
onLogoutSuccess(WebFilterExchange exchange, Authentication authentication)
-
Methods inherited from class org.apache.syncope.sra.security.AbstractServerLogoutSuccessHandler
getPostLogout, onApplicationEvent
-
-
-
-
Method Detail
-
onLogoutSuccess
public reactor.core.publisher.Mono<Void> onLogoutSuccess(WebFilterExchange exchange, Authentication authentication)
-
-