Uses of Interface
com.mindstore.backend.repository.UserRepository
Packages that use UserRepository
-
Uses of UserRepository in com.mindstore.backend.security
Constructors in com.mindstore.backend.security with parameters of type UserRepositoryModifierConstructorDescriptionApplicationConfiguration(UserRepository userRepository) configuration class for entire applicationInitializer(TextIndexService textIndexService, UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) initializer class -
Uses of UserRepository in com.mindstore.backend.service
Constructors in com.mindstore.backend.service with parameters of type UserRepositoryModifierConstructorDescriptionAuthenticationService(UserRepository userRepository, org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) Authentication Service classUserService(UserRepository userRepository) user service