Uses of Interface
it.unicam.cs.ids2425.FilieraAgricola.repository.RoleRepository
Packages that use RoleRepository
-
Uses of RoleRepository in it.unicam.cs.ids2425.FilieraAgricola.service
Constructors in it.unicam.cs.ids2425.FilieraAgricola.service with parameters of type RoleRepositoryModifierConstructorDescriptionAuthService(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.