Uses of Interface
com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer
Package
Description
-
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.autoconfigure
Modifier and TypeMethodDescriptionDataTrackingCoreAutoConfiguration.activeDateFilteringEnabledContextInfoCustomizer
(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) OpenTracingAutoConfiguration.spanContextInfoCustomizer()
-
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.cache
Modifier and TypeClassDescriptionclass
Establish the cache context for this request. -
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.context
Modifier and TypeMethodDescriptionprotected List<ContextInfoCustomizer>
ContextInfoWebRequestResolver.getCustomizers()
-
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.filtering
Modifier and TypeClassDescriptionclass
Establish whether or not filtering by active dates should be enabled for this request. -
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.marketplace.vendor.visibility.narrowing
Modifier 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. -
Uses of ContextInfoCustomizer in com.broadleafcommerce.data.tracking.core.monitor
Modifier and TypeClassDescriptionclass
Add tenant (and possible data route) information to any active span upon entry from a service endpoint.