Uses of Interface
dev.fernando.user_authentication_api.repository.UserRepository
Packages that use UserRepository
-
Uses of UserRepository in dev.fernando.user_authentication_api.service.impl
Constructors in dev.fernando.user_authentication_api.service.impl with parameters of type UserRepositoryModifierConstructorDescriptionUserServiceImpl
(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserPublisher userEventPublisher)