com.elasticpath.sfweb.filters
Class EpLogoutHandler

java.lang.Object
  extended by com.elasticpath.sfweb.filters.EpLogoutHandler
All Implemented Interfaces:
org.acegisecurity.ui.logout.LogoutHandler

public class EpLogoutHandler
extends java.lang.Object
implements org.acegisecurity.ui.logout.LogoutHandler

Removes the EP shopping cart from the session.


Constructor Summary
EpLogoutHandler()
           
 
Method Summary
 void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.acegisecurity.Authentication authentication)
          Requires the request to be passed in.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpLogoutHandler

public EpLogoutHandler()
Method Detail

logout

public void logout(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   org.acegisecurity.Authentication authentication)
Requires the request to be passed in.

Specified by:
logout in interface org.acegisecurity.ui.logout.LogoutHandler
Parameters:
request - from which to obtain a HTTP session (cannot be null)
response - not used (can be null)
authentication - not used (can be null)