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