Class AdyenCreateSessionEndpoint
java.lang.Object
com.broadleafcommerce.adyen.web.endpoint.AdyenCreateSessionEndpoint
@FrameworkRestController
@FrameworkMapping("/adyen/create-session")
public class AdyenCreateSessionEndpoint
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(CustomerRef customerRef, SessionRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected AdyenSessionService
-
Field Details
-
BASE_URI
- See Also:
-
-
Constructor Details
-
AdyenCreateSessionEndpoint
-
-
Method Details
-
createSession
@FrameworkPostMapping @Policy(permissionRoots="ADYEN_CREATE_SESSION") public Map<String,Object> createSession(CustomerRef customerRef, @RequestBody SessionRequest request, @ContextOperation(CREATE) com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
getAdyenSessionService
-