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

java.lang.Object
  extended by org.pentaho.platform.web.http.security.PentahoLogoutHandler
All Implemented Interfaces:
org.springframework.security.ui.logout.LogoutHandler

public class PentahoLogoutHandler
extends Object
implements org.springframework.security.ui.logout.LogoutHandler

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

Author:
mlowery
See Also:
LogoutHandler, LogoutFilter

Constructor Summary
PentahoLogoutHandler()
           
 
Method Summary
 void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.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(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   org.springframework.security.Authentication authentication)
Specified by:
logout in interface org.springframework.security.ui.logout.LogoutHandler