Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- ELECTRONICS - Enum constant in enum class api.mpba.rastvdmy.service.impl.PurchaseCategory
 - email() - Method in record class api.mpba.rastvdmy.dto.request.UserLoginRequest
 - 
Returns the value of the
emailrecord component. - email() - Method in record class api.mpba.rastvdmy.dto.request.UserProfileRequest
 - 
Returns the value of the
emailrecord component. - email() - Method in record class api.mpba.rastvdmy.dto.request.UserUpdateRequest
 - 
Returns the value of the
emailrecord component. - email() - Method in record class api.mpba.rastvdmy.dto.response.UserProfileResponse
 - 
Returns the value of the
emailrecord component. - EmailValidation - Class in api.mpba.rastvdmy.service.validator
 - 
A strategy for validating email addresses.
 - EmailValidation() - Constructor for class api.mpba.rastvdmy.service.validator.EmailValidation
 - encrypt(String, SecretKey) - Static method in class api.mpba.rastvdmy.config.utils.EncryptionUtil
 - 
Encrypts the given plaintext using AES with CBC mode and PKCS5 padding.
 - EncryptionUtil - Class in api.mpba.rastvdmy.config.utils
 - 
Utility class for encryption, decryption, and hashing operations.
 - EncryptionUtil() - Constructor for class api.mpba.rastvdmy.config.utils.EncryptionUtil
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.AdminUpdateUserRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.BankAccountRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.BankIdentityRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.CardRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.CurrencyDataRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.MessageRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.PaymentParamsRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.PaymentRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.UserLoginRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.UserProfileRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.request.UserUpdateRequest
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.BankAccountResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.BankIdentityResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.CardResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.CurrencyDataResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.ErrorResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.JwtAuthResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.MessageResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.PaymentResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.UserProfileResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.dto.response.UserTokenResponse
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class api.mpba.rastvdmy.service.generator.GenerateAccessToken.TokenDetails
 - 
Indicates whether some other object is "equal to" this one.
 - ErrorHandler - Class in api.mpba.rastvdmy.controller.handler
 - 
This class is responsible for handling errors in the application.
 - ErrorHandler() - Constructor for class api.mpba.rastvdmy.controller.handler.ErrorHandler
 - ErrorResponse - Record Class in api.mpba.rastvdmy.dto.response
 - 
This class represents an error response in the application.
 - ErrorResponse(String, String) - Constructor for record class api.mpba.rastvdmy.dto.response.ErrorResponse
 - 
Creates an instance of a
ErrorResponserecord class. - EUR - Enum constant in enum class api.mpba.rastvdmy.entity.enums.Currency
 - 
Represents the Euro currency type.
 - expirationDate() - Method in record class api.mpba.rastvdmy.dto.request.CardRequest
 - 
Returns the value of the
expirationDaterecord component. - expirationDate() - Method in record class api.mpba.rastvdmy.dto.response.CardResponse
 - 
Returns the value of the
expirationDaterecord component. - expiresIn() - Method in record class api.mpba.rastvdmy.dto.response.JwtAuthResponse
 - 
Returns the value of the
expiresInrecord component. - extractSubject(String) - Method in class api.mpba.rastvdmy.service.impl.JwtServiceImpl
 - 
Extracts the subject from the given JWT token.
 - extractSubject(String) - Method in interface api.mpba.rastvdmy.service.JwtService
 - 
Extracts the subject from the provided JWT token.
 - extractToken(HttpServletRequest) - Method in class api.mpba.rastvdmy.service.impl.JwtServiceImpl
 - 
Extracts the JWT token from the HTTP request's Authorization header.
 - extractToken(HttpServletRequest) - Method in interface api.mpba.rastvdmy.service.JwtService
 - 
Extracts the JWT token from the provided HTTP request.
 - extractUsername(String) - Method in class api.mpba.rastvdmy.service.impl.JwtServiceImpl
 - 
Extracts the username from the given JWT token.
 - extractUsername(String) - Method in interface api.mpba.rastvdmy.service.JwtService
 - 
Extracts the username from the provided JWT token.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form