Uses of Interface
com.fiap.tech_challenge.parte1.ms_users.repositories.UserRepository
Packages that use UserRepository
Package
Description
-
Uses of UserRepository in com.fiap.tech_challenge.parte1.ms_users.infra.security
Constructors in com.fiap.tech_challenge.parte1.ms_users.infra.security with parameters of type UserRepositoryModifierConstructorDescriptionSecurityFilter
(TokenService tokenService, UserRepository repository) Constructs a SecurityFilter with the required TokenService and UserRepository. -
Uses of UserRepository in com.fiap.tech_challenge.parte1.ms_users.repositories
Classes in com.fiap.tech_challenge.parte1.ms_users.repositories that implement UserRepositoryModifier and TypeClassDescriptionclass
Implementation of theUserRepository
interface using Spring'sJdbcClient
for data access. -
Uses of UserRepository in com.fiap.tech_challenge.parte1.ms_users.services
Constructors in com.fiap.tech_challenge.parte1.ms_users.services with parameters of type UserRepositoryModifierConstructorDescriptionAuthenticationService
(UserRepository userRepository) Constructs an AuthenticationService with the given UserRepository.UsersService
(UserRepository userRepository, UserMapper userMapper, AddressesService addressesService, UsersValidationService usersValidationService, PasswordValidationService passwordValidationService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of UserRepository in com.fiap.tech_challenge.parte1.ms_users.validators
Constructors in com.fiap.tech_challenge.parte1.ms_users.validators with parameters of type UserRepositoryModifierConstructorDescriptionEmailValidator
(UserRepository userRepository) Constructs anEmailValidator
with the specifiedUserRepository
.LoginValidator
(UserRepository userRepository) Constructs aLoginValidator
with the givenUserRepository
.