Class PinServices
java.lang.Object
AG_FinTrust.Account
AG_FinTrust.PinServices
- All Implemented Interfaces:
AccountInterface
,AG_FinTrustInterface
,PinServicesInterface
Handles secure PIN update functionality for user accounts.
Validates identity and updates encoded PIN in the database.
Part of the Transacto: AG_FinTrust system's PIN management module.
- Since:
- August 02, 2025
- Version:
- 2.0.0
- Author:
- Aditya Gupta
-
Field Summary
Fields inherited from class AG_FinTrust.Account
account_number
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAccountExists
(Connection conn) (package private) void
void
updatePin
(Connection conn) Methods inherited from class AG_FinTrust.Account
createMyAccount, getAccountNumber, isValidAge, isValidContact, isValidGender, isValidPin, printMyAccountReceipt, setPinNumberForMyAccount, takeDetailsToCreateAccount
-
Constructor Details
-
PinServices
public PinServices()
-
-
Method Details
-
takeDetailsToUpdatePin
void takeDetailsToUpdatePin() -
isAccountExists
- Specified by:
isAccountExists
in interfacePinServicesInterface
-
updatePin
- Specified by:
updatePin
in interfacePinServicesInterface
-