Class 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 Detail

      • PentahoLogoutHandler

        public PentahoLogoutHandler()
    • Method Detail

      • 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