Uses of Class
org.bh_foundation.e_sign.models.User
Packages that use User
Package
Description
-
Uses of User in org.bh_foundation.e_sign.controllers
Methods in org.bh_foundation.e_sign.controllers with parameters of type UserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<?> UserController.updateProfile(User request) -
Uses of User in org.bh_foundation.e_sign.repository
Subinterfaces with type arguments of type User in org.bh_foundation.e_sign.repositoryMethods in org.bh_foundation.e_sign.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByEmail(String email) UserRepository.findByUsernameOrEmail(String identifier) UserRepository.findByVerificationToken(String token) UserRepository.findFirst()Methods in org.bh_foundation.e_sign.repository with parameters of type UserModifier and TypeMethodDescriptionDocumentRepository.findAllBySigners(User user) DocumentRepository.findAllSignedByUser(User user) DocumentApprovalRepository.findAllSignedByUserSigning(User user) DocumentRepository.findAllSignedByUserSigning(User user) -
Uses of User in org.bh_foundation.e_sign.seeder
Methods in org.bh_foundation.e_sign.seeder that return User -
Uses of User in org.bh_foundation.e_sign.services.auth
Methods in org.bh_foundation.e_sign.services.auth with parameters of type UserModifier and TypeMethodDescriptionAuthService.authenticate(User request) JwtService.generateToken(User user) JwtService.refreshToken(String token, User user) -
Uses of User in org.bh_foundation.e_sign.utils
Methods in org.bh_foundation.e_sign.utils with parameters of type UserModifier and TypeMethodDescriptionstatic BufferedImageImageUtility.addBorderImageSign(BufferedImage inputImage, int padding, int borderWidth, String text, User user, int fontSize)