Uses of Class
com.broadleafcommerce.auth.user.service.autoconfigure.UserMappingProperties.FieldMapping
Packages that use UserMappingProperties.FieldMapping
-
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.