Interface Authentication.LogoutAuthentication

    • Method Detail

      • logout

        Authentication logout​(ServletRequest request)
        Deprecated.
        Remove any user information that may be present in the request such that a call to getUserPrincipal/getRemoteUser will return null.
        Parameters:
        request - the request
        Returns:
        NoAuthentication if we successfully logged out