Interface MFAFIDO2CredentialEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<MFAFIDO2CredentialEntry>,MFAFIDO2CredentialEntryModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
MFAFIDO2CredentialEntryWrapper
@ProviderType
public interface MFAFIDO2CredentialEntry
extends MFAFIDO2CredentialEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the MFAFIDO2CredentialEntry service. Represents a row in the "MFAFIDO2CredentialEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<MFAFIDO2CredentialEntry,Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.multi.factor.authentication.fido2.credential.model.MFAFIDO2CredentialEntryModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCredentialKey, getCredentialKeyHash, getCredentialType, getFailedAttempts, getMfaFIDO2CredentialEntryId, getModifiedDate, getMvccVersion, getPrimaryKey, getPublicKeyCOSE, getSignatureCount, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setCredentialKey, setCredentialKeyHash, setCredentialType, setFailedAttempts, setMfaFIDO2CredentialEntryId, setModifiedDate, setMvccVersion, setPrimaryKey, setPublicKeyCOSE, setSignatureCount, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
MFA_FIDO2_CREDENTIAL_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<MFAFIDO2CredentialEntry,Long> MFA_FIDO2_CREDENTIAL_ENTRY_ID_ACCESSOR
-