Class PentahoLogoutHandler

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

public class PentahoLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
Hitachi Vantara behavior that should be invoked when a web user logs out.
Author:
mlowery
See Also:
  • org.springframework.security.ui.logout.LogoutHandler
  • org.springframework.security.ui.logout.LogoutFilter
  • Constructor Details

    • PentahoLogoutHandler

      public PentahoLogoutHandler()
  • Method Details

    • logout

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