Uses of Class
it.univr.passportease.service.jwt.JwtService
Package
Description
-
Uses of JwtService in it.univr.passportease.controller.user
Modifier and TypeFieldDescriptionprivate final JwtService
UserMutationController.jwtService
Request analyzer. -
Uses of JwtService in it.univr.passportease.filter
Modifier and TypeFieldDescriptionprivate JwtService
JwtAuthFilter.jwtService
The service that handles the JWT. -
Uses of JwtService in it.univr.passportease.helper
Modifier and TypeFieldDescriptionprivate final JwtService
RequestAnalyzer.jwtService
The service used to check if the token is valid and not expired.ModifierConstructorDescription(package private)
RequestAnalyzer
(JwtService jwtService, jakarta.servlet.http.HttpServletRequest request) Constructor for the RequestAnalyzer class. -
Uses of JwtService in it.univr.passportease.service.user.impl
Modifier and TypeFieldDescriptionprivate final JwtService
UserAuthServiceImpl.jwtService
The service that handles the JWT.private final JwtService
UserQueryServiceImpl.jwtService
The service that handles the JWT. -
Uses of JwtService in it.univr.passportease.service.userworker.impl
Modifier and TypeFieldDescriptionprivate final JwtService
UserWorkerMutationServiceImpl.jwtService
The service that handles the JWT. -
Uses of JwtService in it.univr.passportease.service.worker.impl
Modifier and TypeFieldDescriptionprivate final JwtService
WorkerAuthServiceImpl.jwtService
Service for generatingJWT
private final JwtService
WorkerMutationServiceImpl.jwtService
JWT service to extract worker id from jwt access token.