Uses of Class
com.broadleafcommerce.auth.user.service.autoconfigure.UserMappingProperties.FieldMapping
Packages that use UserMappingProperties.FieldMapping
Package
Description
-
Uses of UserMappingProperties.FieldMapping in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service with type parameters of type UserMappingProperties.FieldMappingModifier and TypeClassDescriptionclassThis service providesUserMappingProperties.FieldMappingobjects built fromUserMappingPropertiesdefined through application properties. -
Uses of UserMappingProperties.FieldMapping in com.broadleafcommerce.auth.user.messaging.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.messaging.autoconfigure with type arguments of type UserMappingProperties.FieldMappingModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.customerPersistenceUtil(AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, UserService<User> userService, UserMappingPropertiesService<UserMappingProperties.FieldMapping> userMappingPropertiesService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserMappingProperties.FieldMapping in com.broadleafcommerce.auth.user.messaging.util
Methods in com.broadleafcommerce.auth.user.messaging.util that return types with arguments of type UserMappingProperties.FieldMappingConstructor parameters in com.broadleafcommerce.auth.user.messaging.util with type arguments of type UserMappingProperties.FieldMappingModifierConstructorDescriptionCustomerPersistenceUtil(AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, UserService<User> userService, UserMappingPropertiesService<UserMappingProperties.FieldMapping> userMappingPropertiesService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserMappingProperties.FieldMapping in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service with type parameters of type UserMappingProperties.FieldMappingModifier and TypeInterfaceDescriptioninterface -
Uses of UserMappingProperties.FieldMapping in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return types with arguments of type UserMappingProperties.FieldMappingModifier and TypeMethodDescriptionUserMappingProperties.getCustomerMappings()Additional attributes that should be mapped from aCustomerto aUser's attributes.Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type UserMappingProperties.FieldMappingModifier and TypeMethodDescriptionvoidUserMappingProperties.setCustomerMappings(List<UserMappingProperties.FieldMapping> customerMappings) Additional attributes that should be mapped from aCustomerto aUser's attributes.