Class SessionExpiredLogoutHandler

java.lang.Object
com.xebialabs.deployit.plumbing.authentication.SessionExpiredLogoutHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler

public class SessionExpiredLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
  • Constructor Details

    • SessionExpiredLogoutHandler

      public SessionExpiredLogoutHandler()
  • Method Details

    • logout

      public void logout(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
      Specified by:
      logout in interface org.springframework.security.web.authentication.logout.LogoutHandler