Uses of Interface
com.broadleafcommerce.auth.user.repository.UserRepository
-
-
Uses of UserRepository in com.broadleafcommerce.auth.data
Constructors in com.broadleafcommerce.auth.data with parameters of type UserRepository Constructor Description DefaultMasterGlobalAdminUserDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserRepository<JpaUser> userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
UserDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserRepository<JpaUser> userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, boolean shouldCreateMarketplaceUsers)
-
Uses of UserRepository in com.broadleafcommerce.auth.data.autoconfigure
Constructors in com.broadleafcommerce.auth.data.autoconfigure with parameters of type UserRepository Constructor Description DefaultMasterGlobalAdminUserConfiguration(com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserRepository<JpaUser> userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
Initializes the seed data for the default master global admin user.UserConfiguration(AuthorizationServerDataInitializerAutoConfiguration.RoleConfiguration roleConfiguration, AuthorizationServerDataInitializerAutoConfiguration.AuthorizationServerConfiguration serverConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserRepository<JpaUser> userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, boolean shouldCreateMarketplaceUsers)
Initializes the seed data for the users. -
Uses of UserRepository in com.broadleafcommerce.auth.user.provider.jpa.repository
Subinterfaces of UserRepository in com.broadleafcommerce.auth.user.provider.jpa.repository Modifier and Type Interface Description interface
JpaUserRepository<D extends JpaUser>
Methods in com.broadleafcommerce.auth.user.provider.jpa.repository that return UserRepository Modifier and Type Method Description protected UserRepository<D>
JpaCustomizedUserRepository. getUserRepository()
Methods in com.broadleafcommerce.auth.user.provider.jpa.repository with parameters of type UserRepository Modifier and Type Method Description void
JpaCustomizedUserRepository. setRepository(UserRepository<D> repository)
-
Uses of UserRepository in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type UserRepository Constructor Description DefaultUserService(AuthorizedClientService<AuthorizedClient> clientService, UserRepository<D> userRepository, SimplePayloadMapper mapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, UserUpdateProducer userUpdateProducer)
-
Uses of UserRepository in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserRepository Modifier and Type Method Description <D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
UserService<User>AuthServiceServiceAutoConfiguration. userService(AuthorizedClientService<AuthorizedClient> clientService, UserRepository<D> userRepository, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, SimplePayloadMapper simplePayloadMapper, UserUpdateProducer userUpdateProducer)
-