Class HttpEmptyLogoutSuccessHandler

java.lang.Object
com.chutneytesting.security.infra.handlers.HttpEmptyLogoutSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

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

    • HttpEmptyLogoutSuccessHandler

      public HttpEmptyLogoutSuccessHandler()
  • Method Details

    • onLogoutSuccess

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