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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getId()
getName()
int
hashCode()
void
setDeviceFingerprint
(String deviceFingerprint) void
setExpirationDate
(ZonedDateTime expirationDate) void
setId
(long id) void
void
setRecordDate
(ZonedDateTime recordDate) void
setRecordKey
(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
-