Class ManageUsersServiceImpl

java.lang.Object
com.is.findyourplace.service.gestioneAmministratori.ManageUsersServiceImpl
All Implemented Interfaces:
ManageUsersService

@Service public class ManageUsersServiceImpl extends Object implements ManageUsersService
  • Constructor Details

    • ManageUsersServiceImpl

      public ManageUsersServiceImpl(UtenteRepository utenteRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
      Costruttore del service.
      Parameters:
      utenteRepository - UtenteRepository
      passwordEncoder - PasswordEncoder
  • Method Details