Uses of Class
com.mt.ecommerce.product.config.JwtService
Packages that use JwtService
-
Uses of JwtService in com.mt.ecommerce.product.controller
Constructors in com.mt.ecommerce.product.controller with parameters of type JwtServiceModifierConstructorDescriptionAuthController
(UserInfoService service, JwtService jwtService, org.springframework.security.authentication.AuthenticationManager authenticationManager) -
Uses of JwtService in com.mt.ecommerce.product.filter
Constructors in com.mt.ecommerce.product.filter with parameters of type JwtServiceModifierConstructorDescriptionJwtAuthFilter
(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, JwtService jwtService) Constructs a new JwtAuthFilter with the specified UserDetailsService and JwtService.