Uses of Interface
it.unicam.cs.ids2425.FilieraAgricola.repository.UtenteRepository
Packages that use UtenteRepository
-
Uses of UtenteRepository in it.unicam.cs.ids2425.FilieraAgricola.service
Constructors in it.unicam.cs.ids2425.FilieraAgricola.service with parameters of type UtenteRepositoryModifierConstructorDescriptionAuthService(UtenteRepository utenteRepository, RoleRepository roleRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, JwtUtils jwtUtils, org.springframework.security.authentication.AuthenticationManager authenticationManager, UserProfileRepository userProfileRepository) Costruttore per l'iniezione delle dipendenze.