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 java.lang.Object implements org.springframework.security.web.authentication.logout.LogoutHandler
-
-
Constructor Summary
Constructors Constructor Description SessionExpiredLogoutHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
-
-
Method Detail
-
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)- Specified by:
logoutin interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
-
-