public interface LogoutSuccessHandler
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.
Modifier and Type | Method and Description |
---|---|
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Authentication authentication) |
void onLogoutSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Authentication authentication) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException