Class MfaTrustedDevice

java.lang.Object
org.apache.syncope.common.lib.wa.MfaTrustedDevice
All Implemented Interfaces:
Serializable, BaseBean

public class MfaTrustedDevice extends Object implements BaseBean
See Also:
  • Constructor Details

    • MfaTrustedDevice

      public MfaTrustedDevice()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDeviceFingerprint

      public String getDeviceFingerprint()
    • setDeviceFingerprint

      public void setDeviceFingerprint(String deviceFingerprint)
    • getRecordDate

      public ZonedDateTime getRecordDate()
    • setRecordDate

      public void setRecordDate(ZonedDateTime recordDate)
    • getRecordKey

      public String getRecordKey()
    • setRecordKey

      public void setRecordKey(String recordKey)
    • getExpirationDate

      public ZonedDateTime getExpirationDate()
    • setExpirationDate

      public void setExpirationDate(ZonedDateTime expirationDate)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object