Package org.apereo.cas.couchdb.u2f
Class CouchDbU2FDeviceRegistration
- java.lang.Object
-
- org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistration
-
- org.apereo.cas.couchdb.u2f.CouchDbU2FDeviceRegistration
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class CouchDbU2FDeviceRegistration extends org.apereo.cas.adaptors.u2f.storage.U2FDeviceRegistrationThis isCouchDbU2FDeviceRegistration.- 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)
-
-
-
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)
-
-