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 Details

  • Constructor Details

    • AbstractServerLogoutSuccessHandler

      public AbstractServerLogoutSuccessHandler()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.cloud.gateway.event.RefreshRoutesEvent event)
      Specified by:
      onApplicationEvent in interface ApplicationListener<org.springframework.cloud.gateway.event.RefreshRoutesEvent>
    • getPostLogout

      protected URI getPostLogout(WebFilterExchange exchange)