Passwords Service

@Autowired
constructor(passwordsRepository: PasswordsRepository, eventsService: PasswordEventsService)

Constructor used to init the service

Parameters

passwordsRepository

The instance used to manage the database operations for the passwords

eventsService

The instance used to manage the events related to a password