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 TypeClassDescriptionclassThis service providesUserMappingProperties.FieldMappingobjects built fromUserMappingPropertiesdefined through application properties. -
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserMappingPropertiesServiceModifier and TypeMethodDescriptionprotected UserMappingPropertiesServiceCustomerPersistenceHandler.getUserMappingPropertiesService()Methods in com.broadleafcommerce.auth.user.listener with parameters of type UserMappingPropertiesServiceModifier and TypeMethodDescriptionvoidCustomerPersistenceHandler.setUserMappingPropertiesService(UserMappingPropertiesService userMappingPropertiesService) -
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type UserMappingPropertiesServiceModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.customerPersistenceUtil(AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, UserService<User> userService, UserMappingPropertiesService<UserMappingProperties.FieldMapping> userMappingPropertiesService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserMappingPropertiesService in com.broadleafcommerce.auth.user.messaging.util
Methods in com.broadleafcommerce.auth.user.messaging.util that return UserMappingPropertiesServiceConstructors in com.broadleafcommerce.auth.user.messaging.util with parameters of type UserMappingPropertiesServiceModifierConstructorDescriptionCustomerPersistenceUtil(AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, UserService<User> userService, UserMappingPropertiesService<UserMappingProperties.FieldMapping> userMappingPropertiesService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
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 UserMappingPropertiesServiceUserAccessTokenEnhancer.getUserMappingPropertiesService()Methods in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type UserMappingPropertiesServiceModifier and TypeMethodDescriptionvoidUserAccessTokenEnhancer.setUserMappingPropertiesService(UserMappingPropertiesService userMappingPropertiesService)