Class DefaultLogoutSuccessHandler

java.lang.Object
com.xebialabs.platform.sso.oidc.web.DefaultLogoutSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

public class DefaultLogoutSuccessHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
  • Constructor Details

    • DefaultLogoutSuccessHandler

      public DefaultLogoutSuccessHandler(Map<String,String> settings)
    • DefaultLogoutSuccessHandler

      public DefaultLogoutSuccessHandler(org.springframework.core.io.Resource layout, org.springframework.core.io.Resource content, Map<String,String> settings)
  • Method Details

    • onLogoutSuccess

      public void onLogoutSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException
      Specified by:
      onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandler
      Throws:
      IOException
      jakarta.servlet.ServletException