Class UserMappingProperties
java.lang.Object
com.broadleafcommerce.auth.user.service.autoconfigure.UserMappingProperties
@ConfigurationProperties("broadleaf.auth.user.mapping")
public class UserMappingProperties
extends Object
- Author:
- Nathan Moore (nathandmoore)
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdditional attributes that should be mapped from aCustomer
to aUser's attributes
.void
setCustomerMappings
(List<UserMappingProperties.FieldMapping> customerMappings) Additional attributes that should be mapped from aCustomer
to aUser's attributes
.
-
Constructor Details
-
UserMappingProperties
public UserMappingProperties()
-
-
Method Details
-
getCustomerMappings
Additional attributes that should be mapped from aCustomer
to aUser's attributes
. This is used when handling customer persistence events. -
setCustomerMappings
Additional attributes that should be mapped from aCustomer
to aUser's attributes
. This is used when handling customer persistence events.
-