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.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.