Class MMFAMethod

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_MFA_Method, I_Persistent, Evaluatee

public class MMFAMethod extends X_MFA_Method
Multi-factor Authentication Method
See Also:
  • Constructor Details

    • MMFAMethod

      public MMFAMethod(Properties ctx, String MFA_Method_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      MFA_Method_UU - UUID key
      trxName - Transaction
    • MMFAMethod

      public MMFAMethod(Properties ctx, int MFA_Method_ID, String trxName)
      Read/Create empty MFA Method
      Parameters:
      ctx - context
      MFA_Method_ID - ID
      trxName - transaction
    • MMFAMethod

      public MMFAMethod(Properties ctx, ResultSet rs, String trxName)
      Read MFA Method from current row in ResultSet
      Parameters:
      ctx - context
      rs - ResultSet
      trxName - transaction
  • Method Details