public class

SimpleUrlLogoutSuccessHandler

extends AbstractAuthenticationTargetUrlRequestHandler
implements LogoutSuccessHandler
java.lang.Object
   ↳ org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
     ↳ org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler

Class Overview

Handles the navigation on logout by delegating to the AbstractAuthenticationTargetUrlRequestHandler base class logic.

Summary

[Expand]
Inherited Fields
From class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
Public Constructors
SimpleUrlLogoutSuccessHandler()
Public Methods
void onLogoutSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
[Expand]
Inherited Methods
From class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
From class java.lang.Object
From interface org.springframework.security.web.authentication.logout.LogoutSuccessHandler

Public Constructors

public SimpleUrlLogoutSuccessHandler ()

Public Methods

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

Throws
IOException
ServletException