Uses of Interface
com.broadleafcommerce.cartoperation.service.csr.TransferCartTokenDecoder
-
Uses of TransferCartTokenDecoder in com.broadleafcommerce.cartoperation.service.csr
Modifier and TypeClassDescriptionclass
A default implementation of theTransferCartTokenDecoder
that decoded theTransferCartToken
from a JWT token string.Modifier and TypeMethodDescriptionprotected TransferCartTokenDecoder
DefaultCartTransferService.getTransferCartTokenDecoder()
ModifierConstructorDescriptionDefaultCartTransferService
(CartOperationService cartOperationService, CartProvider cartProvider, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, TransferCartTokenEncoder transferCartTokenEncoder, TransferCartTokenDecoder transferCartTokenDecoder, PaymentProvider<PaymentSummary> paymentProvider)