Class X_MFA_Method

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_MFA_Method
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_MFA_Method, I_Persistent, Evaluatee
Direct Known Subclasses:
MMFAMethod

public class X_MFA_Method extends PO implements I_MFA_Method, I_Persistent
Generated Model for MFA_Method
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • METHOD_AD_Reference_ID

      public static final int METHOD_AD_Reference_ID
      Method AD_Reference_ID=200187
      See Also:
    • METHOD_EMail

      public static final String METHOD_EMail
      EMail = EMail
      See Also:
    • METHOD_Time_BasedOne_TimePassword

      public static final String METHOD_Time_BasedOne_TimePassword
      Time-Based One-Time Password = TOTP
      See Also:
    • MFATIMEPROVIDER_AD_Reference_ID

      public static final int MFATIMEPROVIDER_AD_Reference_ID
      MFATimeProvider AD_Reference_ID=200189
      See Also:
    • MFATIMEPROVIDER_Ntp

      public static final String MFATIMEPROVIDER_Ntp
      Ntp = N
      See Also:
    • MFATIMEPROVIDER_System

      public static final String MFATIMEPROVIDER_System
      System = S
      See Also:
    • MFATYPE_AD_Reference_ID

      public static final int MFATYPE_AD_Reference_ID
      MFAType AD_Reference_ID=200188
      See Also:
    • MFATYPE_SomethingYouAreBiometrics

      public static final String MFATYPE_SomethingYouAreBiometrics
      Something you Are (Biometrics) = A
      See Also:
    • MFATYPE_SomethingYouHave

      public static final String MFATYPE_SomethingYouHave
      Something you Have = H
      See Also:
    • MFATYPE_SomethingYouKnow

      public static final String MFATYPE_SomethingYouKnow
      Something you Know = K
      See Also:
    • MFATYPE_Location

      public static final String MFATYPE_Location
      Location = L
      See Also:
  • Constructor Details

    • X_MFA_Method

      public X_MFA_Method(Properties ctx, int MFA_Method_ID, String trxName)
      Standard Constructor
    • X_MFA_Method

      public X_MFA_Method(Properties ctx, int MFA_Method_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_MFA_Method

      public X_MFA_Method(Properties ctx, String MFA_Method_UU, String trxName)
      Standard Constructor
    • X_MFA_Method

      public X_MFA_Method(Properties ctx, String MFA_Method_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_MFA_Method

      public X_MFA_Method(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      4 - System
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_MFA_Method
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_MFA_Method
      Returns:
      Optional short description of the record
    • setExpireInMinutes

      public void setExpireInMinutes(int ExpireInMinutes)
      Set Expire in Minutes.
      Specified by:
      setExpireInMinutes in interface I_MFA_Method
      Parameters:
      ExpireInMinutes - Expire in Minutes
    • getExpireInMinutes

      public int getExpireInMinutes()
      Get Expire in Minutes.
      Specified by:
      getExpireInMinutes in interface I_MFA_Method
      Returns:
      Expire in Minutes
    • setHelp

      public void setHelp(String Help)
      Set Comment/Help.
      Specified by:
      setHelp in interface I_MFA_Method
      Parameters:
      Help - Comment or Hint
    • getHelp

      public String getHelp()
      Get Comment/Help.
      Specified by:
      getHelp in interface I_MFA_Method
      Returns:
      Comment or Hint
    • setMethod

      public void setMethod(String Method)
      Set Method.
      Specified by:
      setMethod in interface I_MFA_Method
      Parameters:
      Method - Method
    • getMethod

      public String getMethod()
      Get Method.
      Specified by:
      getMethod in interface I_MFA_Method
      Returns:
      Method
    • setMFAAllowedTimeDiscrepancy

      public void setMFAAllowedTimeDiscrepancy(int MFAAllowedTimeDiscrepancy)
      Set Allowed Time Period Discrepancy.
      Specified by:
      setMFAAllowedTimeDiscrepancy in interface I_MFA_Method
      Parameters:
      MFAAllowedTimeDiscrepancy - Allowed Time Period Discrepancy
    • getMFAAllowedTimeDiscrepancy

      public int getMFAAllowedTimeDiscrepancy()
      Get Allowed Time Period Discrepancy.
      Specified by:
      getMFAAllowedTimeDiscrepancy in interface I_MFA_Method
      Returns:
      Allowed Time Period Discrepancy
    • getMFA_ElementPrm

      public I_AD_Element getMFA_ElementPrm() throws RuntimeException
      Specified by:
      getMFA_ElementPrm in interface I_MFA_Method
      Throws:
      RuntimeException
    • setMFA_ElementPrm_ID

      public void setMFA_ElementPrm_ID(int MFA_ElementPrm_ID)
      Set Parameter Element.
      Specified by:
      setMFA_ElementPrm_ID in interface I_MFA_Method
      Parameters:
      MFA_ElementPrm_ID - Parameter Element
    • getMFA_ElementPrm_ID

      public int getMFA_ElementPrm_ID()
      Get Parameter Element.
      Specified by:
      getMFA_ElementPrm_ID in interface I_MFA_Method
      Returns:
      Parameter Element
    • setMFAIssuer

      public void setMFAIssuer(String MFAIssuer)
      Set Issuer.
      Specified by:
      setMFAIssuer in interface I_MFA_Method
      Parameters:
      MFAIssuer - Issuer
    • getMFAIssuer

      public String getMFAIssuer()
      Get Issuer.
      Specified by:
      getMFAIssuer in interface I_MFA_Method
      Returns:
      Issuer
    • setMFA_Method_ID

      public void setMFA_Method_ID(int MFA_Method_ID)
      Set MFA Method.
      Specified by:
      setMFA_Method_ID in interface I_MFA_Method
      Parameters:
      MFA_Method_ID - Multi-factor Authentication Method
    • getMFA_Method_ID

      public int getMFA_Method_ID()
      Get MFA Method.
      Specified by:
      getMFA_Method_ID in interface I_MFA_Method
      Returns:
      Multi-factor Authentication Method
    • setMFA_Method_UU

      public void setMFA_Method_UU(String MFA_Method_UU)
      Set MFA_Method_UU.
      Specified by:
      setMFA_Method_UU in interface I_MFA_Method
      Parameters:
      MFA_Method_UU - MFA_Method_UU
    • getMFA_Method_UU

      public String getMFA_Method_UU()
      Get MFA_Method_UU.
      Specified by:
      getMFA_Method_UU in interface I_MFA_Method
      Returns:
      MFA_Method_UU
    • setMFATimeProvider

      public void setMFATimeProvider(String MFATimeProvider)
      Set Time Provider.
      Specified by:
      setMFATimeProvider in interface I_MFA_Method
      Parameters:
      MFATimeProvider - Time Provider
    • getMFATimeProvider

      public String getMFATimeProvider()
      Get Time Provider.
      Specified by:
      getMFATimeProvider in interface I_MFA_Method
      Returns:
      Time Provider
    • setMFATimeServer

      public void setMFATimeServer(String MFATimeServer)
      Set Time Server.
      Specified by:
      setMFATimeServer in interface I_MFA_Method
      Parameters:
      MFATimeServer - Time Server
    • getMFATimeServer

      public String getMFATimeServer()
      Get Time Server.
      Specified by:
      getMFATimeServer in interface I_MFA_Method
      Returns:
      Time Server
    • setMFAType

      public void setMFAType(String MFAType)
      Set MFA Type.
      Specified by:
      setMFAType in interface I_MFA_Method
      Parameters:
      MFAType - Multi-factor authentication type (Something you Know/Have/Are, Location)
    • getMFAType

      public String getMFAType()
      Get MFA Type.
      Specified by:
      getMFAType in interface I_MFA_Method
      Returns:
      Multi-factor authentication type (Something you Know/Have/Are, Location)
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_MFA_Method
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_MFA_Method
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • getR_MailText

      public I_R_MailText getR_MailText() throws RuntimeException
      Specified by:
      getR_MailText in interface I_MFA_Method
      Throws:
      RuntimeException
    • setR_MailText_ID

      public void setR_MailText_ID(int R_MailText_ID)
      Set Mail Template.
      Specified by:
      setR_MailText_ID in interface I_MFA_Method
      Parameters:
      R_MailText_ID - Text templates for mailings
    • getR_MailText_ID

      public int getR_MailText_ID()
      Get Mail Template.
      Specified by:
      getR_MailText_ID in interface I_MFA_Method
      Returns:
      Text templates for mailings