Uses of Class
com.fiap.tech_challenge.parte1.ms_users.services.TokenService
Packages that use TokenService
Package
Description
-
Uses of TokenService in com.fiap.tech_challenge.parte1.ms_users.controllers
Constructors in com.fiap.tech_challenge.parte1.ms_users.controllers with parameters of type TokenServiceModifierConstructorDescriptionUsersController
(UsersService service, TokenService tokenService, org.springframework.security.authentication.AuthenticationManager authenticationManager) -
Uses of TokenService in com.fiap.tech_challenge.parte1.ms_users.infra.security
Constructors in com.fiap.tech_challenge.parte1.ms_users.infra.security with parameters of type TokenServiceModifierConstructorDescriptionSecurityFilter
(TokenService tokenService, UserRepository repository) Constructs a SecurityFilter with the required TokenService and UserRepository.