Class CouchDbU2FDeviceRegistration

  • All Implemented Interfaces:
    java.io.Serializable

    public class CouchDbU2FDeviceRegistration
    extends org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration
    Since:
    5.3.0
    See Also:
    Serialized Form
    • 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

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

        clone, 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)