egovframework.rfc3.iam.security.authentication.logout
Class RFC3LogoutSuccessHandler

java.lang.Object
  extended by org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
      extended by egovframework.rfc3.iam.security.authentication.logout.RFC3LogoutSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

public class RFC3LogoutSuccessHandler
extends org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler


Field Summary
 
Fields inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
DEFAULT_TARGET_PARAMETER
 
Constructor Summary
RFC3LogoutSuccessHandler()
           
 
Method Summary
 void onLogoutSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
           
 
Methods inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseReferer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFC3LogoutSuccessHandler

public RFC3LogoutSuccessHandler()
Method Detail

onLogoutSuccess

public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            org.springframework.security.core.Authentication authentication)
                     throws java.io.IOException,
                            javax.servlet.ServletException
Specified by:
onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandler
Throws:
java.io.IOException
javax.servlet.ServletException