Interface LogoutHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void logout​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Authentication authentication)
      Causes a logout to be completed.
    • Method Detail

      • logout

        void logout​(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    Authentication authentication)
        Causes a logout to be completed. The method must complete successfully.
        Parameters:
        request - the HTTP request
        response - the HTTP response
        authentication - the current principal details