Interface PinServicesInterface

All Superinterfaces:
AG_FinTrustInterface
All Known Implementing Classes:
PinServices

public interface PinServicesInterface extends AG_FinTrustInterface
Interface for PIN-related services in the Transacto: AG_FinTrust system. Declares methods for checking account existence and securely updating PINs. Implementations of this interface manage user identity validation and ensure secure PIN updates using encoding mechanisms.
Since:
August 02, 2025
Version:
2.0.0
Author:
Aditya Gupta
  • Method Details

    • isAccountExists

      boolean isAccountExists(Connection conn)
    • updatePin

      void updatePin(Connection conn)