Package com.axelor.auth.db
Class MFA
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.auth.db.MFA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()getId()getOwner()inthashCode()voidsetDefaultMethod(MFAMethod defaultMethod) voidvoidsetEmailCode(String emailCode) voidsetEmailCodeExpiresAt(LocalDateTime emailCodeExpiresAt) voidsetEnabled(Boolean enabled) voidvoidsetIsEmailValidated(Boolean isEmailValidated) voidsetIsTotpValidated(Boolean isTotpValidated) voidvoidsetRecoveryCodes(String recoveryCodes) voidsetTotpSecret(String totpSecret) toString()Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOnMethods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MFA
public MFA()
-
-
Method Details
-
getId
-
setId
-
getOwner
-
setOwner
-
getEnabled
-
setEnabled
-
getRecoveryCodes
-
setRecoveryCodes
-
getDefaultMethod
-
setDefaultMethod
-
getIsTotpValidated
-
setIsTotpValidated
-
getTotpSecret
-
setTotpSecret
-
getIsEmailValidated
-
setIsEmailValidated
-
getEmail
-
setEmail
-
getEmailCode
-
setEmailCode
-
getEmailCodeExpiresAt
-
setEmailCodeExpiresAt
-
equals
-
hashCode
public int hashCode() -
toString
-