Package org.apache.syncope.sra.security
Class AbstractServerLogoutSuccessHandler
java.lang.Object
org.apache.syncope.sra.security.AbstractServerLogoutSuccessHandler
- All Implemented Interfaces:
EventListener
,ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
,ServerLogoutSuccessHandler
- Direct Known Subclasses:
CASServerLogoutSuccessHandler
,OidcClientInitiatedServerLogoutSuccessHandler
,SAML2ServerLogoutSuccessHandler
public abstract class AbstractServerLogoutSuccessHandler
extends Object
implements ServerLogoutSuccessHandler, ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected URI
getPostLogout
(WebFilterExchange exchange) void
onApplicationEvent
(org.springframework.cloud.gateway.event.RefreshRoutesEvent event) 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
Methods inherited from interface org.springframework.security.web.server.authentication.logout.ServerLogoutSuccessHandler
onLogoutSuccess
-
Field Details
-
redirectStrategy
-
-
Constructor Details
-
AbstractServerLogoutSuccessHandler
public AbstractServerLogoutSuccessHandler()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.cloud.gateway.event.RefreshRoutesEvent event) - Specified by:
onApplicationEvent
in interfaceApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
-
getPostLogout
-