Uses of Class
it.univr.passportease.exception.notfound.UserOrWorkerIDNotFoundException
Packages that use UserOrWorkerIDNotFoundException
Package
Description
-
Uses of UserOrWorkerIDNotFoundException in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that throw UserOrWorkerIDNotFoundExceptionModifier and TypeMethodDescriptionUserAuthController.refreshAccessToken
(String refreshToken) This mutation refreshes the access token and the refresh token of the user. -
Uses of UserOrWorkerIDNotFoundException in it.univr.passportease.service.jwt
Methods in it.univr.passportease.service.jwt that throw UserOrWorkerIDNotFoundExceptionModifier and TypeMethodDescriptionprivate JWT
JwtService.createAccessToken
(Map<String, Object> claims, UUID id) Generates a new access token.JwtService.generateAccessToken
(UUID id) Generates a new access token.private Roles
JwtService.getRoleById
(UUID id) Gets the role of the user or worker. -
Uses of UserOrWorkerIDNotFoundException in it.univr.passportease.service.userworker
Methods in it.univr.passportease.service.userworker that throw UserOrWorkerIDNotFoundExceptionModifier and TypeMethodDescriptionUserWorkerMutationService.refreshAccessToken
(JWT token, JWT refreshToken) Refresh the access token, and the refresh token in the database -
Uses of UserOrWorkerIDNotFoundException in it.univr.passportease.service.userworker.impl
Methods in it.univr.passportease.service.userworker.impl that throw UserOrWorkerIDNotFoundExceptionModifier and TypeMethodDescriptionUserWorkerMutationServiceImpl.refreshAccessToken
(JWT token, JWT refreshToken) Refreshes the access token and the refresh token.