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
-
Field Summary
Fields inherited from class org.apache.syncope.sra.security.AbstractServerLogoutSuccessHandler
redirectStrategy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<Void> onLogoutSuccess
(WebFilterExchange exchange, Authentication authentication) Methods inherited from class org.apache.syncope.sra.security.AbstractServerLogoutSuccessHandler
getPostLogout, onApplicationEvent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
SAML2ServerLogoutSuccessHandler
public SAML2ServerLogoutSuccessHandler()
-
-
Method Details
-
onLogoutSuccess
public reactor.core.publisher.Mono<Void> onLogoutSuccess(WebFilterExchange exchange, Authentication authentication)
-