@Deprecated public interface MergeCartProcessor
BroadleafAuthenticationSuccessHandler}
Modifier and Type | Method and Description |
---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult)
Deprecated.
Convenience method.
|
void |
execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
Deprecated.
Merge the cart owned by the anonymous current session
Customer with the Customer that has just
logged in |
void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authResult)
ServletWebRequest
and forward to execute(WebRequest, Authentication)
request
- response
- authResult
- void execute(org.springframework.web.context.request.WebRequest request, org.springframework.security.core.Authentication authResult)
Customer
with the Customer
that has just
logged inrequest
- authResult
- Copyright © 2022. All rights reserved.