Modifier and Type | Method and Description |
---|---|
ContextInfoCustomizer |
DataTrackingCoreAutoConfiguration.activeDateFilteringEnabledContextInfoCustomizer(org.springframework.core.convert.converter.Converter<org.springframework.security.core.Authentication,Map<String,Object>> authenticationAttributesConverter) |
ContextInfoCustomizer |
DataTrackingCacheAutoConfiguration.sandboxVisibleCacheEnabledContextInfoCustomizer(org.springframework.core.convert.converter.Converter<org.springframework.security.core.Authentication,Map<String,Object>> authenticationAttributesConverter) |
ContextInfoCustomizer |
OpenTracingAutoConfiguration.spanContextInfoCustomizer() |
Modifier and Type | Class and Description |
---|---|
class |
SandboxVisibleCacheEnabledContextInfoCustomizer
Establish the cache context for this request.
|
Modifier and Type | Method and Description |
---|---|
protected List<ContextInfoCustomizer> |
ContextInfoWebRequestResolver.getCustomizers() |
Constructor and Description |
---|
ContextInfoWebRequestResolver(com.broadleafcommerce.common.extension.data.DataRouteReference reference,
List<ContextRequestConverter> converters,
PreviewTokenWebRequestResolver previewTokenResolver,
PreviewDateWebRequestResolver previewDateResolver,
PreviewSandboxWebRequestResolver previewSandboxResolver,
List<ContextInfoCustomizer> customizers) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDateFilteringEnabledContextInfoCustomizer
Establish whether or not filtering by active dates should be enabled for this request.
|
Modifier and Type | Class and Description |
---|---|
class |
VendorNarrowingContextInfoCustomizer
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SpanContextInfoCustomizer
Add tenant (and possible data route) information to any active span upon entry from a service
endpoint.
|
Copyright © 2021. All rights reserved.