Uses of Class
it.univr.passportease.exception.security.WrongPasswordException
Packages that use WrongPasswordException
Package
Description
-
Uses of WrongPasswordException in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that throw WrongPasswordExceptionModifier and TypeMethodDescriptionvoidUserAuthController.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
Methods in it.univr.passportease.controller.worker that throw WrongPasswordExceptionModifier 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
Methods in it.univr.passportease.service.user that throw WrongPasswordExceptionModifier and TypeMethodDescriptionLogs in the user with the given fiscal code and password. -
Uses of WrongPasswordException in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl that throw WrongPasswordExceptionModifier and TypeMethodDescriptionLogs in the user. -
Uses of WrongPasswordException in it.univr.passportease.service.userworker
Methods in it.univr.passportease.service.userworker that throw WrongPasswordExceptionModifier and TypeMethodDescriptionvoidUserWorkerMutationService.changePassword(String oldPassword, String newPassword) Change password in the database -
Uses of WrongPasswordException in it.univr.passportease.service.userworker.impl
Methods in it.univr.passportease.service.userworker.impl that throw WrongPasswordExceptionModifier and TypeMethodDescriptionvoidUserWorkerMutationServiceImpl.changePassword(String oldPassword, String newPassword) Changes the password of the user or worker. -
Uses of WrongPasswordException in it.univr.passportease.service.worker
Methods in it.univr.passportease.service.worker that throw WrongPasswordExceptionModifier and TypeMethodDescriptionLogs in the worker with the given fiscal code and password. -
Uses of WrongPasswordException in it.univr.passportease.service.worker.impl
Methods in it.univr.passportease.service.worker.impl that throw WrongPasswordException