Class PunchOutOrderAuthenticationSuccessHandler
- java.lang.Object
-
- de.hybris.platform.b2bpunchoutaddon.security.impl.PunchOutOrderAuthenticationSuccessHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class PunchOutOrderAuthenticationSuccessHandler extends java.lang.Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandlerAuthentication handler invoked after a successful authentication of a Punch Out user for a Order Request.
-
-
Constructor Summary
Constructors Constructor Description PunchOutOrderAuthenticationSuccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerFacadegetCustomerFacade()voidonAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)voidsetCustomerFacade(CustomerFacade customerFacade)
-
-
-
Method Detail
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws java.io.IOException, javax.servlet.ServletException- Specified by:
onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
getCustomerFacade
public CustomerFacade getCustomerFacade()
-
setCustomerFacade
public void setCustomerFacade(CustomerFacade customerFacade)
-
-