public interface

LogoutSuccessHandler

org.springframework.security.web.authentication.logout.LogoutSuccessHandler
Known Indirect Subclasses

Class Overview

Strategy that is called after a successful logout by the LogoutFilter, to handle redirection or forwarding to the appropriate destination.

Note that the interface is almost the same as LogoutHandler but may raise an exception. LogoutHandler implementations expect to be invoked to perform necessary cleanup, so should not throw exceptions.

Summary

Public Methods
abstract void onLogoutSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)

Public Methods

public abstract void onLogoutSuccess (HttpServletRequest request, HttpServletResponse response, Authentication authentication)

Throws
IOException
ServletException