Class WebAuthnCredentialData
- java.lang.Object
- 
- org.keycloak.models.credential.dto.WebAuthnCredentialData
 
- 
 public class WebAuthnCredentialData extends Object - Author:
- Marek Posolda
 
- 
- 
Method SummaryAll 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- 
getAaguidpublic String getAaguid() 
 - 
getCredentialIdpublic String getCredentialId() 
 - 
getAttestationStatementpublic String getAttestationStatement() 
 - 
getCredentialPublicKeypublic String getCredentialPublicKey() 
 - 
getCounterpublic long getCounter() 
 - 
setCounterpublic void setCounter(long counter) 
 - 
getAttestationStatementFormatpublic String getAttestationStatementFormat() 
 - 
setAttestationStatementFormatpublic void setAttestationStatementFormat(String attestationStatementFormat) 
 
- 
 
-