Uses of Class
it.univr.passportease.exception.security.TokenNotInRedisException
Packages that use TokenNotInRedisException
Package
Description
- 
Uses of TokenNotInRedisException in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that throw TokenNotInRedisExceptionModifier and TypeMethodDescriptionvoidUserAuthController.logout()This mutation invalidates the access token and the refresh token of the user, it is shared between users and workers. - 
Uses of TokenNotInRedisException in it.univr.passportease.service.userworker
Methods in it.univr.passportease.service.userworker that throw TokenNotInRedisExceptionModifier and TypeMethodDescriptionvoidUserWorkerMutationService.logout()Logs out the user / worker - 
Uses of TokenNotInRedisException in it.univr.passportease.service.userworker.impl
Methods in it.univr.passportease.service.userworker.impl that throw TokenNotInRedisExceptionModifier and TypeMethodDescriptionvoidUserWorkerMutationServiceImpl.logout()Logs out the user by invalidating the access token and the refresh token.