Uses of Class
it.univr.passportease.exception.notfound.UserOrWorkerIDNotFoundException
Package
Description
-
Uses of UserOrWorkerIDNotFoundException in it.univr.passportease.controller.user
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionUserWorkerMutationServiceImpl.refreshAccessToken
(JWT token, JWT refreshToken) Refreshes the access token and the refresh token.