Uses of Class
it.univr.passportease.exception.invalid.InvalidEmailException
Package
Description
-
Uses of InvalidEmailException in it.univr.passportease.controller.user
Modifier and TypeMethodDescriptionUserAuthController.changeEmail
(String newEmail, String oldEmail) This mutation changes the email of the user. -
Uses of InvalidEmailException in it.univr.passportease.service.userworker
Modifier and TypeMethodDescriptionUserWorkerMutationService.changeEmail
(String newEmail, String oldEmail) Change email in the database -
Uses of InvalidEmailException in it.univr.passportease.service.userworker.impl
Modifier and TypeMethodDescriptionUserWorkerMutationServiceImpl.changeEmail
(String newEmail, String oldEmail) Changes the email of the user or worker.