Uses of Class
it.univr.passportease.service.jwt.JwtService
Packages that use JwtService
Package
Description
-
Uses of JwtService in it.univr.passportease.controller.user
Fields in it.univr.passportease.controller.user declared as JwtServiceModifier and TypeFieldDescriptionprivate final JwtServiceUserMutationController.jwtServiceRequest analyzer. -
Uses of JwtService in it.univr.passportease.filter
Fields in it.univr.passportease.filter declared as JwtServiceModifier and TypeFieldDescriptionprivate JwtServiceJwtAuthFilter.jwtServiceThe service that handles the JWT. -
Uses of JwtService in it.univr.passportease.helper
Fields in it.univr.passportease.helper declared as JwtServiceModifier and TypeFieldDescriptionprivate final JwtServiceRequestAnalyzer.jwtServiceThe service used to check if the token is valid and not expired.Constructors in it.univr.passportease.helper with parameters of type JwtServiceModifierConstructorDescription(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
Fields in it.univr.passportease.service.user.impl declared as JwtServiceModifier and TypeFieldDescriptionprivate final JwtServiceUserAuthServiceImpl.jwtServiceThe service that handles the JWT.private final JwtServiceUserQueryServiceImpl.jwtServiceThe service that handles the JWT. -
Uses of JwtService in it.univr.passportease.service.userworker.impl
Fields in it.univr.passportease.service.userworker.impl declared as JwtServiceModifier and TypeFieldDescriptionprivate final JwtServiceUserWorkerMutationServiceImpl.jwtServiceThe service that handles the JWT. -
Uses of JwtService in it.univr.passportease.service.worker.impl
Fields in it.univr.passportease.service.worker.impl declared as JwtServiceModifier and TypeFieldDescriptionprivate final JwtServiceWorkerAuthServiceImpl.jwtServiceService for generatingJWTprivate final JwtServiceWorkerMutationServiceImpl.jwtServiceJWT service to extract worker id from jwt access token.