Uses of Class
com.Server.security.JwtUtils
| Package | Description |
|---|---|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
| com.Server.security |
com.Server.security has class responsible for secure services on server.
|
-
Uses of JwtUtils in com.Server.controller
Fields in com.Server.controller declared as JwtUtils Modifier and Type Field Description private JwtUtilsAuthenticationController. jwtUtilsJwtUtils generate tokenConstructors in com.Server.controller with parameters of type JwtUtils Constructor Description AuthenticationController(org.springframework.security.authentication.AuthenticationManager authenticationManager, JwtUtils jwtUtils, UserService userServiceImpl, LocalizationService localizationServiceImpl, RoleService roleServiceImpl, org.springframework.security.crypto.password.PasswordEncoder encoder, CarService carServiceImpl, SendMailImpl sendMailImpl)Constructor -
Uses of JwtUtils in com.Server.security
Fields in com.Server.security declared as JwtUtils Modifier and Type Field Description private JwtUtilsAuthenticationTokenFilter. jwtUtils