org.broadleafcommerce.common.security
Class BroadleafAdminLogoutSuccessHandler

java.lang.Object
  extended by org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
      extended by org.broadleafcommerce.common.security.BroadleafAdminLogoutSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler

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

Created by IntelliJ IDEA. User: jfischer Date: 10/20/11 Time: 3:43 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
DEFAULT_TARGET_PARAMETER, logger
 
Constructor Summary
BroadleafAdminLogoutSuccessHandler()
           
 
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
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
 

Constructor Detail

BroadleafAdminLogoutSuccessHandler

public BroadleafAdminLogoutSuccessHandler()
Method Detail

onLogoutSuccess

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


Copyright © 2012. All Rights Reserved.