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 StringgetAaguid()StringgetAttestationStatement()StringgetAttestationStatementFormat()longgetCounter()StringgetCredentialId()StringgetCredentialPublicKey()Set<String>getTransports()voidsetAttestationStatementFormat(String attestationStatementFormat)voidsetCounter(long counter)voidsetTransports(Set<String> transports)StringtoString()
-
-
-
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)
-
-