Uses of Interface
com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer
Packages that use ContextInfoCustomizer
Package
Description
-
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.autoconfigure that return ContextInfoCustomizerModifier and TypeMethodDescriptionDataTrackingCoreAutoConfiguration.activeDateFilteringEnabledContextInfoCustomizer
(org.springframework.core.convert.converter.Converter<org.springframework.security.core.Authentication, Map<String, Object>> authenticationAttributesConverter) DataTrackingCoreAutoConfiguration.activeFlagFilteringEnabledContextInfoCustomizer
(org.springframework.core.convert.converter.Converter<org.springframework.security.core.Authentication, Map<String, Object>> authenticationAttributesConverter) DataTrackingCacheAutoConfiguration.sandboxVisibleCacheEnabledContextInfoCustomizer
(org.springframework.core.convert.converter.Converter<org.springframework.security.core.Authentication, Map<String, Object>> authenticationAttributesConverter) -
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.cache
Classes in com.broadleafcommerce.data.tracking.core.cache that implement ContextInfoCustomizerModifier and TypeClassDescriptionclass
Establish the cache context for this request. -
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.context
Methods in com.broadleafcommerce.data.tracking.core.context that return types with arguments of type ContextInfoCustomizerModifier and TypeMethodDescriptionprotected List<ContextInfoCustomizer>
ContextInfoWebRequestResolver.getCustomizers()
-
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.filtering
Classes in com.broadleafcommerce.data.tracking.core.filtering that implement ContextInfoCustomizerModifier and TypeClassDescriptionclass
Establish whether or not filtering by active dates should be enabled for this request.class
Establish whether or not filtering by active flags should be enabled for this request. -
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.marketplace.vendor.visibility.narrowing
Classes in com.broadleafcommerce.data.tracking.core.marketplace.vendor.visibility.narrowing that implement ContextInfoCustomizerModifier and TypeClassDescriptionclass
Depending on the current authentication's restrictions/permissions and the current operation's policy requirements, it may be necessary to restrict query results to only include data from certain vendors.