Uses of Class
com.bank.auth_service.model.User
Packages that use User
Package
Description
-
Uses of User in com.bank.auth_service.model
Methods in com.bank.auth_service.model that return UserConstructors in com.bank.auth_service.model with parameters of type UserModifierConstructorDescriptionRefreshToken
(long expirationDate, String ip, String userAgent, User user) Constructs a new RefreshToken with the specified expiration, client info, and user.UserAuthenticated
(User user) -
Uses of User in com.bank.auth_service.repository
Methods in com.bank.auth_service.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByEmail
(String email) Finds a user by their email address. -
Uses of User in com.bank.auth_service.service
Methods in com.bank.auth_service.service with parameters of type UserModifier and TypeMethodDescriptionRefreshTokenService.createRefreshToken
(String ip, String userAgent, User user) Creates a new refresh token valid for 7 days. -
Uses of User in com.bank.auth_service.service.impl
Methods in com.bank.auth_service.service.impl with parameters of type UserModifier and TypeMethodDescriptionRefreshTokenServiceImpl.createRefreshToken
(String ip, String userAgent, User user)