Uses of Interface
com.broadleafcommerce.cartoperation.web.validator.GuestCartTokenValidator
Packages that use GuestCartTokenValidator
Package
Description
-
Uses of GuestCartTokenValidator in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return GuestCartTokenValidatorModifier and TypeMethodDescriptionprotected GuestCartTokenValidator
CheckoutCartEndpoint.getGuestCartTokenValidator()
protected GuestCartTokenValidator
ManageCartEndpoint.getGuestCartTokenValidator()
Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type GuestCartTokenValidatorModifierConstructorDescriptionCheckoutCartEndpoint
(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
Classes in com.broadleafcommerce.cartoperation.web.validator that implement GuestCartTokenValidator