Uses of Interface
com.bank.auth_service.repository.UserRepository
Packages that use UserRepository
-
Uses of UserRepository in com.bank.auth_service.service.impl
Constructors in com.bank.auth_service.service.impl with parameters of type UserRepositoryModifierConstructorDescriptionAuthenticationServiceImpl
(JwtService jwtService, UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, RefreshTokenService refreshTokenService, CodePublisher codePublisher)