public class PunchOutOrderAuthenticationSuccessHandler
extends java.lang.Object
| Constructor and Description |
|---|
PunchOutOrderAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
CustomerFacade |
getCustomerFacade() |
void |
onAuthenticationSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication) |
void |
setCustomerFacade(CustomerFacade customerFacade) |
public PunchOutOrderAuthenticationSuccessHandler()
public void onAuthenticationSuccess(HttpServletRequest request,
HttpServletResponse response,
Authentication authentication)
throws java.io.IOException,
ServletException
java.io.IOExceptionServletExceptionpublic CustomerFacade getCustomerFacade()
public void setCustomerFacade(CustomerFacade customerFacade)
Copyright © 2018 SAP SE. All Rights Reserved.