egovframework.rfc3.iam.security.authentication.logout
Class RFC3LogoutSuccessHandler
java.lang.Object
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
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
Fields inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler |
DEFAULT_TARGET_PARAMETER |
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 |
RFC3LogoutSuccessHandler
public RFC3LogoutSuccessHandler()
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