Uses of Class
com.greenloop.auth_service.model.User
Packages that use User
Package
Description
-
Uses of User in com.greenloop.auth_service.repository
Methods in com.greenloop.auth_service.repository that return types with arguments of type User -
Uses of User in com.greenloop.auth_service.security
Methods in com.greenloop.auth_service.security with parameters of type UserModifier and TypeMethodDescriptionJwtService.generateToken(User user) Generates a signed JWT for the given user with role and email claims. -
Uses of User in com.greenloop.auth_service.service
Methods in com.greenloop.auth_service.service that return User