Uses of Class
org.bh_foundation.e_sign.dto.ResponseDto
Packages that use ResponseDto
Package
Description
-
Uses of ResponseDto in org.bh_foundation.e_sign.controllers
Methods in org.bh_foundation.e_sign.controllers that return types with arguments of type ResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResponseDto<?>> org.springframework.http.ResponseEntity<ResponseDto<?>> org.springframework.http.ResponseEntity<ResponseDto<?>> AuthController.forgotPassword(@Email String email) org.springframework.http.ResponseEntity<ResponseDto<?>> StampController.get()org.springframework.http.ResponseEntity<ResponseDto<?>> DocumentController.getMineById(String id) org.springframework.http.ResponseEntity<ResponseDto<?>> DocumentController.getMineSigned()org.springframework.http.ResponseEntity<ResponseDto<?>> DocumentController.getRequested()org.springframework.http.ResponseEntity<ResponseDto<?>> AuthController.resetPassword(String token, String password) org.springframework.http.ResponseEntity<ResponseDto<?>> UserProfileController.resetPassword(String old_password, String new_password) org.springframework.http.ResponseEntity<ResponseDto<?>> MailController.sendVerification()org.springframework.http.ResponseEntity<ResponseDto<?>> StampController.update(org.springframework.web.multipart.MultipartFile file) org.springframework.http.ResponseEntity<ResponseDto<?>> -
Uses of ResponseDto in org.bh_foundation.e_sign.services.auth
Methods in org.bh_foundation.e_sign.services.auth that return ResponseDtoModifier and TypeMethodDescriptionResponseDto<?> AuthService.resendOtpEmail()ResponseDto<?> AuthService.resendVerificationEmail()ResponseDto<?> AuthService.resetForgottenPassword(String token, String newPassword) ResponseDto<?> AuthService.sendForgotPasswordEmail(String email) ResponseDto<?> AuthService.verifyWithOtp(String otp) -
Uses of ResponseDto in org.bh_foundation.e_sign.services.data
Methods in org.bh_foundation.e_sign.services.data that return ResponseDtoModifier and TypeMethodDescriptionResponseDto<?> ResponseDto<?> SignatureService.delete()ResponseDto<?> ResponseDto<?> StampService.get()ResponseDto<?> CertificateService.getAll()ResponseDto<?> UserService.getAllUsers()ResponseDto<?> SignatureService.getImage()ResponseDto<?> CertificateService.getLast()ResponseDto<?> DocumentService.getMine()ResponseDto<?> DocumentService.getMineById(String id) ResponseDto<?> DocumentService.getMineSigned()ResponseDto<?> DocumentService.getRequested()ResponseDto<?> DocumentService.getRequestedById(String id) ResponseDto<?> UserService.resetPassword(String oldPassword, String newPassword) ResponseDto<?> ResponseDto<?> DocumentService.send(String title, boolean orderSign, org.springframework.web.multipart.MultipartFile file, List<Long> signersId, List<Integer> pageNumbers) ResponseDto<?> DocumentService.sign(String documentId, org.springframework.web.multipart.MultipartFile signedFile, String passphrase, RenderChoice renderChoice, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize) ResponseDto<?> ResponseDto<?> StampService.storeOrUpdate(org.springframework.web.multipart.MultipartFile file) ResponseDto<?> SignatureService.storeSign(org.springframework.web.multipart.MultipartFile image) ResponseDto<?> SignatureService.storeSignBase64(byte[] bytes) ResponseDto<?> UserService.uppdateProfile(String username, String email) ResponseDto<?> DocumentService.verify(org.springframework.web.multipart.MultipartFile file)