Class Authenticator
java.lang.Object
io.vertx.ext.auth.webauthn4j.Authenticator
Data Object representing an authenticator at rest.
- Author:
- Paulo Lopes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintgetFlags()getFmt()getType()setAttestationCertificates(AttestationCertificates attestationCertificates) setCounter(long counter) setFlags(int flags) setPublicKey(String publicKey) setUsername(String username) toJson()toString()static UUID
-
Constructor Details
-
Authenticator
public Authenticator() -
Authenticator
-
-
Method Details
-
getUsername
-
setUsername
-
getType
-
setType
-
getCredID
-
setCredID
-
getPublicKey
-
setPublicKey
-
getCounter
public long getCounter() -
setCounter
-
setAttestationCertificates
-
getAttestationCertificates
-
getFlags
public int getFlags() -
setFlags
-
toJson
-
toUUID
-
toString
-
setFmt
-
getFmt
-
setAaguid
-
getAaguid
-