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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URIgetPostLogout(WebFilterExchange exchange) voidonApplicationEvent(org.springframework.cloud.gateway.event.RefreshRoutesEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecutionMethods 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:
onApplicationEventin interfaceApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
-
getPostLogout
-