Package org.apache.syncope.common.lib.wa
Class MfaTrustedDevice
java.lang.Object
org.apache.syncope.common.lib.wa.MfaTrustedDevice
- All Implemented Interfaces:
Serializable,BaseBean
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getName()inthashCode()voidsetDeviceFingerprint(String deviceFingerprint) voidsetExpirationDate(ZonedDateTime expirationDate) voidsetId(long id) voidvoidsetRecordDate(ZonedDateTime recordDate) voidsetRecordKey(String recordKey) toString()
-
Constructor Details
-
MfaTrustedDevice
public MfaTrustedDevice()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getDeviceFingerprint
-
setDeviceFingerprint
-
getRecordDate
-
setRecordDate
-
getRecordKey
-
setRecordKey
-
getExpirationDate
-
setExpirationDate
-
hashCode
public int hashCode() -
equals
-
toString
-