Package org.compiere.model
Interface I_MFA_Registration
-
- All Known Implementing Classes:
MMFARegistration,X_MFA_Registration
public interface I_MFA_RegistrationGenerated Interface for MFA_Registration- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_ExpirationColumn name Expirationstatic StringCOLUMNNAME_FailedLoginCountColumn name FailedLoginCountstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsUserMFAPreferredColumn name IsUserMFAPreferredstatic StringCOLUMNNAME_IsValidColumn name IsValidstatic StringCOLUMNNAME_LastFailureColumn name LastFailurestatic StringCOLUMNNAME_LastSuccessColumn name LastSuccessstatic StringCOLUMNNAME_MFA_Method_IDColumn name MFA_Method_IDstatic StringCOLUMNNAME_MFA_Registration_IDColumn name MFA_Registration_IDstatic StringCOLUMNNAME_MFA_Registration_UUColumn name MFA_Registration_UUstatic StringCOLUMNNAME_MFALastSecretColumn name MFALastSecretstatic StringCOLUMNNAME_MFASecretColumn name MFASecretstatic StringCOLUMNNAME_MFAUnregisteredAtColumn name MFAUnregisteredAtstatic StringCOLUMNNAME_MFAValidatedAtColumn name MFAValidatedAtstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ParameterValueColumn name ParameterValuestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200275static StringTable_NameTableName=MFA_Registration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetExpiration()Get Expire On.intgetFailedLoginCount()Get Failed Login CountStringgetHelp()Get Comment/Help.TimestampgetLastFailure()Get Last FailureTimestampgetLastSuccess()Get Last SuccessI_MFA_MethodgetMFA_Method()intgetMFA_Method_ID()Get MFA Method.intgetMFA_Registration_ID()Get MFA RegistrationStringgetMFA_Registration_UU()Get MFA_Registration_UUStringgetMFALastSecret()Get Last MFA SecretStringgetMFASecret()Get MFA Secret.TimestampgetMFAUnregisteredAt()Get Unregistered atTimestampgetMFAValidatedAt()Get Validated atStringgetName()Get Name.StringgetParameterValue()Get Parameter ValueTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisUserMFAPreferred()Get PreferredbooleanisValid()Get Valid.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetExpiration(Timestamp Expiration)Set Expire On.voidsetFailedLoginCount(int FailedLoginCount)Set Failed Login CountvoidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsUserMFAPreferred(boolean IsUserMFAPreferred)Set PreferredvoidsetIsValid(boolean IsValid)Set Valid.voidsetLastFailure(Timestamp LastFailure)Set Last FailurevoidsetLastSuccess(Timestamp LastSuccess)Set Last SuccessvoidsetMFA_Method_ID(int MFA_Method_ID)Set MFA Method.voidsetMFA_Registration_ID(int MFA_Registration_ID)Set MFA RegistrationvoidsetMFA_Registration_UU(String MFA_Registration_UU)Set MFA_Registration_UUvoidsetMFALastSecret(String MFALastSecret)Set Last MFA SecretvoidsetMFASecret(String MFASecret)Set MFA Secret.voidsetMFAUnregisteredAt(Timestamp MFAUnregisteredAt)Set Unregistered atvoidsetMFAValidatedAt(Timestamp MFAValidatedAt)Set Validated atvoidsetName(String Name)Set Name.voidsetParameterValue(String ParameterValue)Set Parameter Value
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=MFA_Registration- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200275- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Expiration
static final String COLUMNNAME_Expiration
Column name Expiration- See Also:
- Constant Field Values
-
COLUMNNAME_FailedLoginCount
static final String COLUMNNAME_FailedLoginCount
Column name FailedLoginCount- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsUserMFAPreferred
static final String COLUMNNAME_IsUserMFAPreferred
Column name IsUserMFAPreferred- See Also:
- Constant Field Values
-
COLUMNNAME_IsValid
static final String COLUMNNAME_IsValid
Column name IsValid- See Also:
- Constant Field Values
-
COLUMNNAME_LastFailure
static final String COLUMNNAME_LastFailure
Column name LastFailure- See Also:
- Constant Field Values
-
COLUMNNAME_LastSuccess
static final String COLUMNNAME_LastSuccess
Column name LastSuccess- See Also:
- Constant Field Values
-
COLUMNNAME_MFALastSecret
static final String COLUMNNAME_MFALastSecret
Column name MFALastSecret- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_Method_ID
static final String COLUMNNAME_MFA_Method_ID
Column name MFA_Method_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_Registration_ID
static final String COLUMNNAME_MFA_Registration_ID
Column name MFA_Registration_ID- See Also:
- Constant Field Values
-
COLUMNNAME_MFA_Registration_UU
static final String COLUMNNAME_MFA_Registration_UU
Column name MFA_Registration_UU- See Also:
- Constant Field Values
-
COLUMNNAME_MFASecret
static final String COLUMNNAME_MFASecret
Column name MFASecret- See Also:
- Constant Field Values
-
COLUMNNAME_MFAUnregisteredAt
static final String COLUMNNAME_MFAUnregisteredAt
Column name MFAUnregisteredAt- See Also:
- Constant Field Values
-
COLUMNNAME_MFAValidatedAt
static final String COLUMNNAME_MFAValidatedAt
Column name MFAValidatedAt- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_ParameterValue
static final String COLUMNNAME_ParameterValue
Column name ParameterValue- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setExpiration
void setExpiration(Timestamp Expiration)
Set Expire On. Expire On
-
getExpiration
Timestamp getExpiration()
Get Expire On. Expire On
-
setFailedLoginCount
void setFailedLoginCount(int FailedLoginCount)
Set Failed Login Count
-
getFailedLoginCount
int getFailedLoginCount()
Get Failed Login Count
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsUserMFAPreferred
void setIsUserMFAPreferred(boolean IsUserMFAPreferred)
Set Preferred
-
isUserMFAPreferred
boolean isUserMFAPreferred()
Get Preferred
-
setIsValid
void setIsValid(boolean IsValid)
Set Valid. Element is valid
-
isValid
boolean isValid()
Get Valid. Element is valid
-
setLastFailure
void setLastFailure(Timestamp LastFailure)
Set Last Failure
-
getLastFailure
Timestamp getLastFailure()
Get Last Failure
-
setLastSuccess
void setLastSuccess(Timestamp LastSuccess)
Set Last Success
-
getLastSuccess
Timestamp getLastSuccess()
Get Last Success
-
setMFALastSecret
void setMFALastSecret(String MFALastSecret)
Set Last MFA Secret
-
getMFALastSecret
String getMFALastSecret()
Get Last MFA Secret
-
setMFA_Method_ID
void setMFA_Method_ID(int MFA_Method_ID)
Set MFA Method. Multi-factor Authentication Method
-
getMFA_Method_ID
int getMFA_Method_ID()
Get MFA Method. Multi-factor Authentication Method
-
getMFA_Method
I_MFA_Method getMFA_Method() throws RuntimeException
- Throws:
RuntimeException
-
setMFA_Registration_ID
void setMFA_Registration_ID(int MFA_Registration_ID)
Set MFA Registration
-
getMFA_Registration_ID
int getMFA_Registration_ID()
Get MFA Registration
-
setMFA_Registration_UU
void setMFA_Registration_UU(String MFA_Registration_UU)
Set MFA_Registration_UU
-
getMFA_Registration_UU
String getMFA_Registration_UU()
Get MFA_Registration_UU
-
setMFASecret
void setMFASecret(String MFASecret)
Set MFA Secret. Multi-factor Authentication Secret
-
getMFASecret
String getMFASecret()
Get MFA Secret. Multi-factor Authentication Secret
-
setMFAUnregisteredAt
void setMFAUnregisteredAt(Timestamp MFAUnregisteredAt)
Set Unregistered at
-
getMFAUnregisteredAt
Timestamp getMFAUnregisteredAt()
Get Unregistered at
-
setMFAValidatedAt
void setMFAValidatedAt(Timestamp MFAValidatedAt)
Set Validated at
-
getMFAValidatedAt
Timestamp getMFAValidatedAt()
Get Validated at
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setParameterValue
void setParameterValue(String ParameterValue)
Set Parameter Value
-
getParameterValue
String getParameterValue()
Get Parameter Value
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-