Class WebAuthnCredentialData
- java.lang.Object
-
- org.keycloak.models.credential.dto.WebAuthnCredentialData
-
public class WebAuthnCredentialData extends Object
- Author:
- Marek Posolda
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAaguid()
String
getAttestationStatement()
String
getAttestationStatementFormat()
long
getCounter()
String
getCredentialId()
String
getCredentialPublicKey()
Set<String>
getTransports()
void
setAttestationStatementFormat(String attestationStatementFormat)
void
setCounter(long counter)
void
setTransports(Set<String> transports)
String
toString()
-
-
-
Method Detail
-
getAaguid
public String getAaguid()
-
getCredentialId
public String getCredentialId()
-
getAttestationStatement
public String getAttestationStatement()
-
getCredentialPublicKey
public String getCredentialPublicKey()
-
getCounter
public long getCounter()
-
setCounter
public void setCounter(long counter)
-
getAttestationStatementFormat
public String getAttestationStatementFormat()
-
setAttestationStatementFormat
public void setAttestationStatementFormat(String attestationStatementFormat)
-
-