Uses of Interface
com.broadleafcommerce.auth.user.service.UserMappingPropertiesService
Packages that use UserMappingPropertiesService
Package
Description
-
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement UserMappingPropertiesServiceModifier and TypeClassDescriptionclass
This service providesUserMappingProperties.FieldMapping
objects built fromUserMappingProperties
defined through application properties. -
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserMappingPropertiesServiceModifier and TypeMethodDescriptionprotected UserMappingPropertiesService
CustomerPersistenceHandler.getUserMappingPropertiesService()
Methods in com.broadleafcommerce.auth.user.listener with parameters of type UserMappingPropertiesServiceModifier and TypeMethodDescriptionvoid
CustomerPersistenceHandler.setUserMappingPropertiesService
(UserMappingPropertiesService userMappingPropertiesService) -
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserMappingPropertiesServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userMappingPropertiesService
(UserMappingProperties userMappingProperties, UserFieldMappingService userFieldMappingService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return UserMappingPropertiesServiceModifier and TypeMethodDescriptionprotected UserMappingPropertiesService
UserAccessTokenEnhancer.getUserMappingPropertiesService()
Methods in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type UserMappingPropertiesServiceModifier and TypeMethodDescriptionvoid
UserAccessTokenEnhancer.setUserMappingPropertiesService
(UserMappingPropertiesService userMappingPropertiesService)