org.springframework.security.web.authentication.logout
Class SimpleUrlLogoutSuccessHandler
java.lang.Object
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
- All Implemented Interfaces:
- LogoutSuccessHandler
public class SimpleUrlLogoutSuccessHandler
- extends AbstractAuthenticationTargetUrlRequestHandler
- implements LogoutSuccessHandler
Handles the navigation on logout by delegating to the AbstractAuthenticationTargetUrlRequestHandler
base class logic.
- Since:
- 3.0
Method Summary |
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Authentication authentication)
|
Methods inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler |
determineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseReferer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleUrlLogoutSuccessHandler
public SimpleUrlLogoutSuccessHandler()
onLogoutSuccess
public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Authentication authentication)
throws IOException,
javax.servlet.ServletException
- Specified by:
onLogoutSuccess
in interface LogoutSuccessHandler
- Throws:
IOException
javax.servlet.ServletException