org.pentaho.platform.web.http.security
Class PentahoLogoutHandler

java.lang.Object
  extended by org.pentaho.platform.web.http.security.PentahoLogoutHandler

public class PentahoLogoutHandler
extends Object

Pentaho behavior that should be invoked when a web user logs out.

Author:
mlowery
See Also:
org.acegisecurity.ui.logout.LogoutHandler, org.acegisecurity.ui.logout.LogoutFilter

Constructor Summary
PentahoLogoutHandler()
           
 
Method Summary
 void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoLogoutHandler

public PentahoLogoutHandler()
Method Detail

logout

public void logout(HttpServletRequest request,
                   HttpServletResponse response,
                   Authentication authentication)