Uses of Interface
com.winchesters.devopsify.repository.UserRepository
Packages that use UserRepository
-
Uses of UserRepository in com.winchesters.devopsify.auth
Constructors in com.winchesters.devopsify.auth with parameters of type UserRepository -
Uses of UserRepository in com.winchesters.devopsify.service
Constructors in com.winchesters.devopsify.service with parameters of type UserRepositoryModifierConstructorDescriptionUserService
(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, AuthenticationFacade authenticationFacade)