public class DefaultLogoutSuccessHandler
extends java.lang.Object
| Constructor and Description |
|---|
DefaultLogoutSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected CartService |
getCartService() |
void |
onLogoutSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication) |
void |
setCartService(CartService cartService) |
public void onLogoutSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletExceptionprotected CartService getCartService()
public void setCartService(CartService cartService)
cartService - the cartService to setCopyright © 2018 SAP SE. All Rights Reserved.