Uses of Class
com.coachconnect.model.User
Packages that use User
-
Uses of User in com.coachconnect.auth
Methods in com.coachconnect.auth that return UserModifier and TypeMethodDescriptionUserService.getUserInfo(String accessToken) Gets user information from Google using an access token.Methods in com.coachconnect.auth that return types with arguments of type UserModifier and TypeMethodDescriptionUserService.getUserById(String userId) Gets a user by ID.UserService.processGoogleAuth(String code) Processes a Google OAuth code and returns the authenticated user.UserService.updateUserRole(String userId, UserRole role) Updates a user's role.Methods in com.coachconnect.auth with parameters of type UserModifier and TypeMethodDescriptionstatic StringJwtUtil.createToken(User user) Creates a JWT token for a user.static StringJwtUtil.createToken(User user, long expirationMs) Creates a JWT token for a user with a custom expiration time. -
Uses of User in com.coachconnect.repository
Methods in com.coachconnect.repository that return types with arguments of type UserModifier and TypeMethodDescriptionPlayerRepository.findAllUsers()PlayerRepository.findUserById(String id) Methods in com.coachconnect.repository with parameters of type User