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 Modifier and Type Field Description protected ServerRedirectStrategy
redirectStrategy
-
Constructor Summary
Constructors Constructor Description AbstractServerLogoutSuccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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.security.web.server.authentication.logout.ServerLogoutSuccessHandler
onLogoutSuccess
-
-
-
-
Field Detail
-
redirectStrategy
protected final ServerRedirectStrategy redirectStrategy
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.cloud.gateway.event.RefreshRoutesEvent event)
- Specified by:
onApplicationEvent
in interfaceApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
-
getPostLogout
protected URI getPostLogout(WebFilterExchange exchange)
-
-