Class CouchDbU2FDeviceRegistration

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class CouchDbU2FDeviceRegistration
    extends org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration
    Since:
    5.3.0
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration

        org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration.U2FDeviceRegistrationBuilder<C extends org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration,​B extends org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration.U2FDeviceRegistrationBuilder<C,​B>>
    • Constructor Summary

      Constructors 
      Constructor Description
      CouchDbU2FDeviceRegistration​(java.lang.String cid, java.lang.String rev, long id, java.lang.String username, java.lang.String record, java.time.LocalDate createdDate)  
      CouchDbU2FDeviceRegistration​(org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration other)  
    • Method Summary

      • Methods inherited from class org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration

        builder, clone, getCreatedDate, getId, getRecord, getUsername, matches, setCreatedDate, setId, setRecord, setUsername
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CouchDbU2FDeviceRegistration

        public CouchDbU2FDeviceRegistration​(java.lang.String cid,
                                            java.lang.String rev,
                                            long id,
                                            java.lang.String username,
                                            java.lang.String record,
                                            java.time.LocalDate createdDate)
      • CouchDbU2FDeviceRegistration

        public CouchDbU2FDeviceRegistration​(org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration other)