Class HttpLogoutSuccessHandler

java.lang.Object
de.knightsoftnet.gwtp.spring.server.security.HttpLogoutSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

@Component public class HttpLogoutSuccessHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
http logout success handler for gwt applications. based on the work of https://github.com/imrabti/gwtp-spring-security
Author:
Manfred Tremmel
  • Constructor Details

    • HttpLogoutSuccessHandler

      @Inject public HttpLogoutSuccessHandler(CsrfCookieHandler pcsrfCookieHandler)
  • Method Details

    • onLogoutSuccess

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