Uses of Interface
com.broadleafcommerce.auth.user.service.UserFieldMappingService
Packages that use UserFieldMappingService
Package
Description
-
Uses of UserFieldMappingService in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return UserFieldMappingServiceModifier and TypeMethodDescriptionprotected UserFieldMappingServiceDefaultUserMappingPropertiesService.getUserFieldMappingService()Constructors in com.broadleafcommerce.auth.security.service with parameters of type UserFieldMappingServiceModifierConstructorDescriptionDefaultUserMappingPropertiesService(UserMappingProperties userMappingProperties, UserFieldMappingService userFieldMappingService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserFieldMappingService in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return UserFieldMappingServiceConstructors in com.broadleafcommerce.auth.user.messaging with parameters of type UserFieldMappingServiceModifierConstructorDescriptionAugmentationModifiedHandler(UserFieldMappingService<UserFieldMapping> service, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AugmentationProperties augmentationProperties) -
Uses of UserFieldMappingService in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type UserFieldMappingServiceModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.augmentationModifiedHandler(UserFieldMappingService<UserFieldMapping> userFieldMappingService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, AugmentationProperties augmentationProperties) -
Uses of UserFieldMappingService in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement UserFieldMappingServiceModifier and TypeClassDescriptionclassDefaultUserFieldMappingService<P extends UserFieldMapping,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> -
Uses of UserFieldMappingService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserFieldMappingServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userFieldMappingService(FieldMappingRepository repository, SimplePayloadMapper simplePayloadMapper) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserFieldMappingServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userMappingPropertiesService(UserMappingProperties userMappingProperties, UserFieldMappingService userFieldMappingService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)