Uses of Class
at.letto.basespringboot.security.JwtTokenService
Packages that use JwtTokenService
-
Uses of JwtTokenService in at.letto.basespringboot.security
Fields in at.letto.basespringboot.security declared as JwtTokenServiceModifier and TypeFieldDescriptionprivate final JwtTokenService
JwtAuthenticationProvider.jwtService
private final JwtTokenService
JwtAuthenticationTokenFilter.jwtService
Constructors in at.letto.basespringboot.security with parameters of type JwtTokenServiceModifierConstructorDescriptionJwtAuthenticationProvider
(JwtTokenService jwtService) JwtAuthenticationTokenFilter
(JwtTokenService jwtService)