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 TypeClassDescriptionclassEstablish 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 TypeClassDescriptionclassEstablish whether or not filtering by active dates should be enabled for this request.classEstablish 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 TypeClassDescriptionclassDepending 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.