Uses of Class
it.univr.passportease.exception.security.WrongPasswordException
Package
Description
-
Uses of WrongPasswordException in it.univr.passportease.controller.user
Modifier and TypeMethodDescriptionvoid
UserAuthController.changePassword
(String oldPassword, String newPassword) This mutation changes the password of the user.This mutation logs in the user and returns the access token and the refresh token. -
Uses of WrongPasswordException in it.univr.passportease.controller.worker
Modifier and TypeMethodDescriptionWorkerAuthController.loginWorker
(String username, String password) Logs in the worker with the given username and password. -
Uses of WrongPasswordException in it.univr.passportease.service.user
Modifier and TypeMethodDescriptionLogs in the user with the given fiscal code and password. -
Uses of WrongPasswordException in it.univr.passportease.service.user.impl
Modifier and TypeMethodDescriptionLogs in the user. -
Uses of WrongPasswordException in it.univr.passportease.service.userworker
Modifier and TypeMethodDescriptionvoid
UserWorkerMutationService.changePassword
(String oldPassword, String newPassword) Change password in the database -
Uses of WrongPasswordException in it.univr.passportease.service.userworker.impl
Modifier and TypeMethodDescriptionvoid
UserWorkerMutationServiceImpl.changePassword
(String oldPassword, String newPassword) Changes the password of the user or worker. -
Uses of WrongPasswordException in it.univr.passportease.service.worker
Modifier and TypeMethodDescriptionLogs in the worker with the given fiscal code and password. -
Uses of WrongPasswordException in it.univr.passportease.service.worker.impl