Class DefaultUserMappingPropertiesService<P extends UserMappingProperties.FieldMapping>

java.lang.Object
com.broadleafcommerce.auth.security.service.DefaultUserMappingPropertiesService<P>
All Implemented Interfaces:
UserMappingPropertiesService<P>

public class DefaultUserMappingPropertiesService<P extends UserMappingProperties.FieldMapping> extends Object implements UserMappingPropertiesService<P>
This service provides UserMappingProperties.FieldMapping objects built from UserMappingProperties defined through application properties. All methods of this class will gracefully return null if the UserMappingProperties properties are not set.