Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addBorderImageSign(BufferedImage, int, int, String, User, int) - Static method in class org.bh_foundation.e_sign.utils.ImageUtility
- addBorderTextQrSign(BufferedImage, String) - Static method in class org.bh_foundation.e_sign.utils.ImageUtility
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.bh_foundation.e_sign.configs.WebConfig
- addTextQr(BufferedImage, String, String) - Static method in class org.bh_foundation.e_sign.utils.ImageUtility
- ADMIN - Enum constant in enum class org.bh_foundation.e_sign.models.Role
- applyStamp(MultipartFile, Integer, RenderChoice, String, Rectangle, DocSize) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- approve(String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- approve(String) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- AuthController - Class in org.bh_foundation.e_sign.controllers
- AuthController(AuthService) - Constructor for class org.bh_foundation.e_sign.controllers.AuthController
- authenticate(User) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- authenticationManager(AuthenticationConfiguration) - Method in class org.bh_foundation.e_sign.configs.SecurityConfig
- AuthenticationResponseDto - Class in org.bh_foundation.e_sign.dto
- AuthenticationResponseDto(String) - Constructor for class org.bh_foundation.e_sign.dto.AuthenticationResponseDto
- AuthService - Class in org.bh_foundation.e_sign.services.auth
- AuthService(UserRepository, PasswordResetTokenRepository, AuthenticationManager, JwtService, HttpServletRequest, HttpServletResponse, PasswordEncoder, MailService, SessionService) - Constructor for class org.bh_foundation.e_sign.services.auth.AuthService
B
- BASE_PATH - Static variable in class org.bh_foundation.e_sign.component.PathComponent
- BOTH - Enum constant in enum class org.bh_foundation.e_sign.dto.RenderChoice
C
- Certificate - Class in org.bh_foundation.e_sign.models
- Certificate() - Constructor for class org.bh_foundation.e_sign.models.Certificate
- CertificateController - Class in org.bh_foundation.e_sign.controllers
- CertificateController(CertificateService) - Constructor for class org.bh_foundation.e_sign.controllers.CertificateController
- CertificateGenerator - Class in org.bh_foundation.e_sign.utils
- CertificateGenerator() - Constructor for class org.bh_foundation.e_sign.utils.CertificateGenerator
- CertificateReader - Class in org.bh_foundation.e_sign.utils
- CertificateReader() - Constructor for class org.bh_foundation.e_sign.utils.CertificateReader
- CertificateRepository - Interface in org.bh_foundation.e_sign.repository
- CertificateService - Class in org.bh_foundation.e_sign.services.data
- CertificateService(UserRepository, CertificateRepository, HttpServletRequest, JwtService, PasswordEncoder) - Constructor for class org.bh_foundation.e_sign.services.data.CertificateService
- changePassword(String, String) - Method in class org.bh_foundation.e_sign.controllers.UserController
- checkLoginAttempt(HttpServletRequest) - Method in class org.bh_foundation.e_sign.services.auth.SessionService
- clearLoginAttempt(HttpServletRequest) - Method in class org.bh_foundation.e_sign.services.auth.SessionService
- corsConfigurationSource() - Method in class org.bh_foundation.e_sign.configs.SecurityConfig
- Crypt - Class in org.bh_foundation.e_sign.utils
- Crypt() - Constructor for class org.bh_foundation.e_sign.utils.Crypt
D
- DbSeeder - Class in org.bh_foundation.e_sign.seeder
- DbSeeder(UserSeeder, UserRepository) - Constructor for class org.bh_foundation.e_sign.seeder.DbSeeder
- decryptString(String) - Method in class org.bh_foundation.e_sign.utils.Crypt
- delete() - Method in class org.bh_foundation.e_sign.controllers.SignatureController
- delete() - Method in class org.bh_foundation.e_sign.services.data.SignatureService
- delete(String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- delete(String) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- deleteAllByDocument(Document) - Method in interface org.bh_foundation.e_sign.repository.DocumentApprovalRepository
- deleteByUrl(String) - Method in class org.bh_foundation.e_sign.services.storage.FileStorageService
- deny(String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- deny(String) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- DocSize - Class in org.bh_foundation.e_sign.dto
- DocSize(float, float) - Constructor for class org.bh_foundation.e_sign.dto.DocSize
- Document - Class in org.bh_foundation.e_sign.models
- Document() - Constructor for class org.bh_foundation.e_sign.models.Document
- DocumentApproval - Class in org.bh_foundation.e_sign.models
- DocumentApproval() - Constructor for class org.bh_foundation.e_sign.models.DocumentApproval
- DocumentApprovalRepository - Interface in org.bh_foundation.e_sign.repository
- DocumentController - Class in org.bh_foundation.e_sign.controllers
- DocumentController(DocumentService) - Constructor for class org.bh_foundation.e_sign.controllers.DocumentController
- DocumentRepository - Interface in org.bh_foundation.e_sign.repository
- DocumentService - Class in org.bh_foundation.e_sign.services.data
- DocumentService(DocumentRepository, UserRepository, DocumentApprovalRepository, StampRepository, JwtService, FileStorageService, LocationService, HttpServletRequest, PasswordEncoder, Crypt, PDFVerifierService) - Constructor for class org.bh_foundation.e_sign.services.data.DocumentService
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.bh_foundation.e_sign.filters.JwtAuthenticationFilter
- downloadDocument(String) - Method in class org.bh_foundation.e_sign.controllers.ESignController
E
- encryptString(String) - Method in class org.bh_foundation.e_sign.utils.Crypt
- ESignApplication - Class in org.bh_foundation.e_sign
- ESignApplication() - Constructor for class org.bh_foundation.e_sign.ESignApplication
- ESignController - Class in org.bh_foundation.e_sign.controllers
- ESignController() - Constructor for class org.bh_foundation.e_sign.controllers.ESignController
- extractAllClaims(String) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
- extractUserId(String) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
- extractUsername(String) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
F
- FileStorageService - Class in org.bh_foundation.e_sign.services.storage
- FileStorageService() - Constructor for class org.bh_foundation.e_sign.services.storage.FileStorageService
- findAllBySigners(User) - Method in interface org.bh_foundation.e_sign.repository.DocumentRepository
- findAllSignedByUser(User) - Method in interface org.bh_foundation.e_sign.repository.DocumentRepository
- findAllSignedByUserSigning(User) - Method in interface org.bh_foundation.e_sign.repository.DocumentApprovalRepository
- findAllSignedByUserSigning(User) - Method in interface org.bh_foundation.e_sign.repository.DocumentRepository
- findByDocumentIdAndUserId(Long, Long) - Method in interface org.bh_foundation.e_sign.repository.DocumentApprovalRepository
- findByEmail(String) - Method in interface org.bh_foundation.e_sign.repository.PasswordResetTokenRepository
- findByEmail(String) - Method in interface org.bh_foundation.e_sign.repository.UserRepository
- findByFilename(String) - Method in interface org.bh_foundation.e_sign.repository.DocumentApprovalRepository
- findByInfo(String) - Method in interface org.bh_foundation.e_sign.repository.SessionRepository
- findBySerialNumber(String) - Method in interface org.bh_foundation.e_sign.repository.CertificateRepository
- findBySerialNumber(String) - Method in interface org.bh_foundation.e_sign.repository.DocumentApprovalRepository
- findByToken(String) - Method in interface org.bh_foundation.e_sign.repository.PasswordResetTokenRepository
- findByUsernameOrEmail(String) - Method in interface org.bh_foundation.e_sign.repository.UserRepository
- findByVerificationToken(String) - Method in interface org.bh_foundation.e_sign.repository.UserRepository
- findFirst() - Method in interface org.bh_foundation.e_sign.repository.UserRepository
- findUrlByFilename(String) - Method in interface org.bh_foundation.e_sign.repository.DocumentRepository
- findUsernameEmailId() - Method in interface org.bh_foundation.e_sign.repository.UserRepository
- forgotPassword(String) - Method in class org.bh_foundation.e_sign.controllers.AuthController
G
- generate(Integer) - Static method in class org.bh_foundation.e_sign.utils.RandomStringUtils
- generate(String, float) - Static method in class org.bh_foundation.e_sign.utils.QRCodeGenerator
- generate(String, Float) - Method in class org.bh_foundation.e_sign.controllers.QRController
- generate(X500Name, BigInteger, Date, Date, X500Name, PublicKey) - Static method in class org.bh_foundation.e_sign.utils.CertificateGenerator
- generateLowerCase(Integer) - Static method in class org.bh_foundation.e_sign.utils.RandomStringUtils
- generateOtp() - Static method in class org.bh_foundation.e_sign.utils.RandomStringUtils
- generateP12(String, String, String, String, String, String, Integer) - Static method in class org.bh_foundation.e_sign.utils.CertificateGenerator
- generateToken(User) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
- generateUpperCase(Integer) - Static method in class org.bh_foundation.e_sign.utils.RandomStringUtils
- get() - Method in class org.bh_foundation.e_sign.controllers.SignatureController
- get() - Method in class org.bh_foundation.e_sign.controllers.StampController
- get() - Method in class org.bh_foundation.e_sign.controllers.UserController
- get() - Method in class org.bh_foundation.e_sign.services.data.StampService
- getAll() - Method in class org.bh_foundation.e_sign.controllers.CertificateController
- getAll() - Method in class org.bh_foundation.e_sign.services.data.CertificateService
- getAllUsers() - Method in class org.bh_foundation.e_sign.services.data.UserService
- getAuthorities() - Method in class org.bh_foundation.e_sign.models.User
- getCountryByIp() - Method in class org.bh_foundation.e_sign.services.location.LocationService
- getGet() - Method in class org.bh_foundation.e_sign.controllers.UserController
- getHeight() - Method in class org.bh_foundation.e_sign.dto.DocSize
- getImage() - Method in class org.bh_foundation.e_sign.services.data.SignatureService
- getLast() - Method in class org.bh_foundation.e_sign.controllers.CertificateController
- getLast() - Method in class org.bh_foundation.e_sign.services.data.CertificateService
- getMine() - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- getMine() - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- getMineById(String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- getMineById(String) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- getMineSigned() - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- getMineSigned() - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- getRequested() - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- getRequested() - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- getRequestedById(String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- getRequestedById(String) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- getSubject() - Static method in class org.bh_foundation.e_sign.utils.CertificateReader
- getToken() - Method in class org.bh_foundation.e_sign.dto.AuthenticationResponseDto
- getUrlByFilename(String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- getUrlByFilename(String) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- getWidth() - Method in class org.bh_foundation.e_sign.dto.DocSize
I
- IMAGE - Enum constant in enum class org.bh_foundation.e_sign.dto.RenderChoice
- ImageUtility - Class in org.bh_foundation.e_sign.utils
- ImageUtility() - Constructor for class org.bh_foundation.e_sign.utils.ImageUtility
- isAccountNonExpired() - Method in class org.bh_foundation.e_sign.models.User
- isAccountNonLocked() - Method in class org.bh_foundation.e_sign.models.User
- isCredentialsNonExpired() - Method in class org.bh_foundation.e_sign.models.User
- isEnabled() - Method in class org.bh_foundation.e_sign.models.User
- isTokenExpired(String) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
- isValid(String, UserDetails) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
J
- JwtAuthenticationFilter - Class in org.bh_foundation.e_sign.filters
- JwtAuthenticationFilter(JwtService, UserDetailsImplement) - Constructor for class org.bh_foundation.e_sign.filters.JwtAuthenticationFilter
- JwtService - Class in org.bh_foundation.e_sign.services.auth
- JwtService() - Constructor for class org.bh_foundation.e_sign.services.auth.JwtService
L
- loadUserByUsername(String) - Method in class org.bh_foundation.e_sign.services.implementations.UserDetailsImplement
- LocationService - Class in org.bh_foundation.e_sign.services.location
- LocationService() - Constructor for class org.bh_foundation.e_sign.services.location.LocationService
- login(User, BindingResult) - Method in class org.bh_foundation.e_sign.controllers.AuthController
- logout() - Method in class org.bh_foundation.e_sign.controllers.AuthController
M
- MailController - Class in org.bh_foundation.e_sign.controllers
- MailController(MailService) - Constructor for class org.bh_foundation.e_sign.controllers.MailController
- MailService - Class in org.bh_foundation.e_sign.services.mail
- MailService(JavaMailSender) - Constructor for class org.bh_foundation.e_sign.services.mail.MailService
- main(String[]) - Static method in class org.bh_foundation.e_sign.ESignApplication
N
- newSign(MultipartFile, Integer, RenderChoice, String, String, String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- nullifyP12IfExpired() - Method in interface org.bh_foundation.e_sign.repository.CertificateRepository
- nullifyP12IfExpired() - Method in class org.bh_foundation.e_sign.services.data.CertificateService
O
- org.bh_foundation.e_sign - package org.bh_foundation.e_sign
- org.bh_foundation.e_sign.component - package org.bh_foundation.e_sign.component
- org.bh_foundation.e_sign.configs - package org.bh_foundation.e_sign.configs
- org.bh_foundation.e_sign.controllers - package org.bh_foundation.e_sign.controllers
- org.bh_foundation.e_sign.dto - package org.bh_foundation.e_sign.dto
- org.bh_foundation.e_sign.filters - package org.bh_foundation.e_sign.filters
- org.bh_foundation.e_sign.models - package org.bh_foundation.e_sign.models
- org.bh_foundation.e_sign.repository - package org.bh_foundation.e_sign.repository
- org.bh_foundation.e_sign.seeder - package org.bh_foundation.e_sign.seeder
- org.bh_foundation.e_sign.services.auth - package org.bh_foundation.e_sign.services.auth
- org.bh_foundation.e_sign.services.data - package org.bh_foundation.e_sign.services.data
- org.bh_foundation.e_sign.services.implementations - package org.bh_foundation.e_sign.services.implementations
- org.bh_foundation.e_sign.services.location - package org.bh_foundation.e_sign.services.location
- org.bh_foundation.e_sign.services.mail - package org.bh_foundation.e_sign.services.mail
- org.bh_foundation.e_sign.services.storage - package org.bh_foundation.e_sign.services.storage
- org.bh_foundation.e_sign.utils - package org.bh_foundation.e_sign.utils
P
- passwordEncoder() - Method in class org.bh_foundation.e_sign.configs.SecurityConfig
- PasswordResetToken - Class in org.bh_foundation.e_sign.models
- PasswordResetToken() - Constructor for class org.bh_foundation.e_sign.models.PasswordResetToken
- PasswordResetTokenRepository - Interface in org.bh_foundation.e_sign.repository
- PathComponent - Class in org.bh_foundation.e_sign.component
- PathComponent() - Constructor for class org.bh_foundation.e_sign.component.PathComponent
- PDFVerifierService - Class in org.bh_foundation.e_sign.services.data
- PDFVerifierService(DocumentApprovalRepository) - Constructor for class org.bh_foundation.e_sign.services.data.PDFVerifierService
Q
- QR - Enum constant in enum class org.bh_foundation.e_sign.dto.RenderChoice
- QRCodeGenerator - Class in org.bh_foundation.e_sign.utils
- QRCodeGenerator() - Constructor for class org.bh_foundation.e_sign.utils.QRCodeGenerator
- QRController - Class in org.bh_foundation.e_sign.controllers
- QRController() - Constructor for class org.bh_foundation.e_sign.controllers.QRController
R
- RandomStringUtils - Class in org.bh_foundation.e_sign.utils
- RandomStringUtils() - Constructor for class org.bh_foundation.e_sign.utils.RandomStringUtils
- refreshAuth() - Method in class org.bh_foundation.e_sign.controllers.AuthController
- refreshToken() - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- refreshToken(String, User) - Method in class org.bh_foundation.e_sign.services.auth.JwtService
- register(User, BindingResult) - Method in class org.bh_foundation.e_sign.controllers.AuthController
- register(User) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- RenderChoice - Enum Class in org.bh_foundation.e_sign.dto
- resendOtpEmail() - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- resendVerification() - Method in class org.bh_foundation.e_sign.controllers.AuthController
- resendVerificationEmail() - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- resetForgottenPassword(String, String) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- resetPassword(String, String) - Method in class org.bh_foundation.e_sign.controllers.AuthController
- resetPassword(String, String) - Method in class org.bh_foundation.e_sign.controllers.UserProfileController
- resetPassword(String, String) - Method in class org.bh_foundation.e_sign.services.data.UserService
- ResponseDto<T> - Class in org.bh_foundation.e_sign.dto
- ResponseDto(Integer, String, T) - Constructor for class org.bh_foundation.e_sign.dto.ResponseDto
- revoke(String, String) - Method in class org.bh_foundation.e_sign.controllers.CertificateController
- revoke(String, String) - Method in class org.bh_foundation.e_sign.services.data.CertificateService
- Role - Enum Class in org.bh_foundation.e_sign.models
- run() - Method in class org.bh_foundation.e_sign.seeder.DbSeeder
S
- SecurityConfig - Class in org.bh_foundation.e_sign.configs
- SecurityConfig(UserDetailsImplement, JwtAuthenticationFilter) - Constructor for class org.bh_foundation.e_sign.configs.SecurityConfig
- securityFilterChain(HttpSecurity) - Method in class org.bh_foundation.e_sign.configs.SecurityConfig
- seed(String, String, String, Role) - Method in class org.bh_foundation.e_sign.seeder.UserSeeder
- send(String, boolean, MultipartFile, List<Long>, List<Integer>) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- send(String, boolean, MultipartFile, List<Long>, List<Integer>) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- sendForgotPasswordEmail(String) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- sendOtpEmail(String, String) - Method in class org.bh_foundation.e_sign.services.mail.MailService
- sendResetPasswordEmail(String, String) - Method in class org.bh_foundation.e_sign.services.mail.MailService
- sendVerification() - Method in class org.bh_foundation.e_sign.controllers.MailController
- sendVerificationEmail(String, String) - Method in class org.bh_foundation.e_sign.services.mail.MailService
- Session - Class in org.bh_foundation.e_sign.models
- Session() - Constructor for class org.bh_foundation.e_sign.models.Session
- SessionRepository - Interface in org.bh_foundation.e_sign.repository
- SessionService - Class in org.bh_foundation.e_sign.services.auth
- SessionService(SessionRepository) - Constructor for class org.bh_foundation.e_sign.services.auth.SessionService
- setHeight(float) - Method in class org.bh_foundation.e_sign.dto.DocSize
- setWidth(float) - Method in class org.bh_foundation.e_sign.dto.DocSize
- sign(String, MultipartFile, String, RenderChoice, Rectangle, DocSize) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- sign(String, MultipartFile, String, RenderChoice, String, String) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- Signature - Class in org.bh_foundation.e_sign.models
- Signature() - Constructor for class org.bh_foundation.e_sign.models.Signature
- SignatureController - Class in org.bh_foundation.e_sign.controllers
- SignatureController(SignatureService) - Constructor for class org.bh_foundation.e_sign.controllers.SignatureController
- SignatureRepository - Interface in org.bh_foundation.e_sign.repository
- SignatureService - Class in org.bh_foundation.e_sign.services.data
- SignatureService(SignatureRepository, UserRepository, HttpServletRequest, JwtService) - Constructor for class org.bh_foundation.e_sign.services.data.SignatureService
- SignMethodDto - Class in org.bh_foundation.e_sign.dto
- SignMethodDto() - Constructor for class org.bh_foundation.e_sign.dto.SignMethodDto
- signSelf(MultipartFile, Integer, RenderChoice, String, Rectangle, DocSize) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- Stamp - Class in org.bh_foundation.e_sign.models
- Stamp() - Constructor for class org.bh_foundation.e_sign.models.Stamp
- StampController - Class in org.bh_foundation.e_sign.controllers
- StampController(StampService) - Constructor for class org.bh_foundation.e_sign.controllers.StampController
- StampRepository - Interface in org.bh_foundation.e_sign.repository
- StampService - Class in org.bh_foundation.e_sign.services.data
- StampService(StampRepository, UserRepository, JwtService, HttpServletRequest, FileStorageService) - Constructor for class org.bh_foundation.e_sign.services.data.StampService
- STORAGE_PATH - Static variable in class org.bh_foundation.e_sign.component.PathComponent
- store(Integer, String) - Method in class org.bh_foundation.e_sign.controllers.CertificateController
- store(Integer, String) - Method in class org.bh_foundation.e_sign.services.data.CertificateService
- store(MultipartFile, String, Integer, List<String>) - Method in class org.bh_foundation.e_sign.services.storage.FileStorageService
- storeBlob(byte[], String, String) - Method in class org.bh_foundation.e_sign.services.storage.FileStorageService
- storeBlobCustomFilename(byte[], String, String, String) - Method in class org.bh_foundation.e_sign.services.storage.FileStorageService
- storeOrUpdate(MultipartFile) - Method in class org.bh_foundation.e_sign.services.data.StampService
- storeSign(byte[]) - Method in class org.bh_foundation.e_sign.controllers.SignatureController
- storeSign(MultipartFile) - Method in class org.bh_foundation.e_sign.controllers.SignatureController
- storeSign(MultipartFile) - Method in class org.bh_foundation.e_sign.services.data.SignatureService
- storeSignBase64(byte[]) - Method in class org.bh_foundation.e_sign.services.data.SignatureService
U
- update(String, String) - Method in class org.bh_foundation.e_sign.controllers.UserProfileController
- update(MultipartFile) - Method in class org.bh_foundation.e_sign.controllers.StampController
- updateProfile(User) - Method in class org.bh_foundation.e_sign.controllers.UserController
- uppdateProfile(String, String) - Method in class org.bh_foundation.e_sign.services.data.UserService
- User - Class in org.bh_foundation.e_sign.models
- User() - Constructor for class org.bh_foundation.e_sign.models.User
- USER - Enum constant in enum class org.bh_foundation.e_sign.models.Role
- UserController - Class in org.bh_foundation.e_sign.controllers
- UserController(UserService) - Constructor for class org.bh_foundation.e_sign.controllers.UserController
- UserDetailsImplement - Class in org.bh_foundation.e_sign.services.implementations
- UserDetailsImplement(UserRepository) - Constructor for class org.bh_foundation.e_sign.services.implementations.UserDetailsImplement
- UserDto - Class in org.bh_foundation.e_sign.dto
- UserDto(Long, String, String) - Constructor for class org.bh_foundation.e_sign.dto.UserDto
- UserProfileController - Class in org.bh_foundation.e_sign.controllers
- UserProfileController(UserService) - Constructor for class org.bh_foundation.e_sign.controllers.UserProfileController
- UserRepository - Interface in org.bh_foundation.e_sign.repository
- UserSeeder - Class in org.bh_foundation.e_sign.seeder
- UserSeeder() - Constructor for class org.bh_foundation.e_sign.seeder.UserSeeder
- UserService - Class in org.bh_foundation.e_sign.services.data
- UserService(UserRepository, JwtService, HttpServletRequest, HttpServletResponse, PasswordEncoder) - Constructor for class org.bh_foundation.e_sign.services.data.UserService
V
- validate() - Method in class org.bh_foundation.e_sign.controllers.AuthController
- validateExpirationToken() - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- validateResetPasswordToken(String) - Method in class org.bh_foundation.e_sign.controllers.AuthController
- validateResetPasswordToken(String) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- valueOf(String) - Static method in enum class org.bh_foundation.e_sign.dto.RenderChoice
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bh_foundation.e_sign.models.Role
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.bh_foundation.e_sign.dto.RenderChoice
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bh_foundation.e_sign.models.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verification(String) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
- VerificationResult - Class in org.bh_foundation.e_sign.dto
- VerificationResult() - Constructor for class org.bh_foundation.e_sign.dto.VerificationResult
- verificationWithOtp(String) - Method in class org.bh_foundation.e_sign.controllers.AuthController
- verify(MultipartFile) - Method in class org.bh_foundation.e_sign.controllers.DocumentController
- verify(MultipartFile) - Method in class org.bh_foundation.e_sign.services.data.DocumentService
- verifySignature(InputStream) - Method in class org.bh_foundation.e_sign.services.data.PDFVerifierService
- verifyWithOtp(String) - Method in class org.bh_foundation.e_sign.services.auth.AuthService
W
- WebConfig - Class in org.bh_foundation.e_sign.configs
- WebConfig() - Constructor for class org.bh_foundation.e_sign.configs.WebConfig
All Classes and Interfaces|All Packages|Serialized Form