Uses of Enum Class
com.broadleafcommerce.tenant.service.CustomerContextResolverMethod
Package
Description
-
Uses of CustomerContextResolverMethod in com.broadleafcommerce.tenant.service
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CustomerContextResolverMethod[]
CustomerContextResolverMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CustomerContextResolverMethod in com.broadleafcommerce.tenant.service.autoconfigure
Modifier and TypeMethodDescriptionTenantApplicationProperties.Customer.getContextMethod()
The default method for determining the customer context ID.Modifier and TypeMethodDescriptionvoid
TenantApplicationProperties.Customer.setContextMethod
(CustomerContextResolverMethod contextMethod) The default method for determining the customer context ID.