Interface WebConsoleSecurityProvider3

    • Method Detail

      • logout

        void logout​(HttpServletRequest request,
                    HttpServletResponse response)
        Deprecated.
        This method will be called by the web console when the user clicks the logout button. The security provider shouldn't invalidate the session, it will be invalidated after this method exits. However the security provider must delete any cookies or objects, that matters during the authorization process.
        Parameters:
        request - the request
        response - the response