Uses of Interface
com.broadleafcommerce.cartoperation.web.validator.GuestCartTokenValidator
Package
Description
-
Uses of GuestCartTokenValidator in com.broadleafcommerce.cartoperation.web.endpoint
Modifier and TypeMethodDescriptionprotected GuestCartTokenValidator
CheckoutCartEndpoint.getGuestCartTokenValidator()
protected GuestCartTokenValidator
ManageCartEndpoint.getGuestCartTokenValidator()
ModifierConstructorDescriptionCheckoutCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, CartValidationProperties cartValidationProperties, CheckoutService checkoutService, Optional<FulfillmentPricingService> fulfillmentPricingService, FulfillmentOptionRequestService fulfillmentOptionRequestService) ManageCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartTransferService cartTransferService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, ItemListAddToCartService itemListAddToCartService) -
Uses of GuestCartTokenValidator in com.broadleafcommerce.cartoperation.web.validator