Uses of Class
com.bank.auth_service.model.UserAuthenticated
Packages that use UserAuthenticated
-
Uses of UserAuthenticated in com.bank.auth_service.service
Methods in com.bank.auth_service.service with parameters of type UserAuthenticatedModifier and TypeMethodDescriptionJwtService.generateToken
(UserAuthenticated user) Generates a signed JWT for the specified authenticated user. -
Uses of UserAuthenticated in com.bank.auth_service.service.impl
Methods in com.bank.auth_service.service.impl with parameters of type UserAuthenticated