public class WebAuthnCredentialModelInput extends Object implements CredentialInput
| Modifier and Type | Field and Description |
|---|---|
static String |
WEBAUTHN_CREDENTIAL_TYPE |
| Constructor and Description |
|---|
WebAuthnCredentialModelInput() |
| Modifier and Type | Method and Description |
|---|---|
com.webauthn4j.data.attestation.statement.AttestationStatement |
getAttestationStatement() |
com.webauthn4j.data.attestation.authenticator.AttestedCredentialData |
getAttestedCredentialData() |
com.webauthn4j.data.WebAuthnAuthenticationContext |
getAuthenticationContext() |
String |
getChallengeResponse() |
long |
getCount() |
String |
getCredentialDBId() |
String |
getCredentialId() |
String |
getType() |
void |
setAttestationStatement(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement) |
void |
setAttestedCredentialData(com.webauthn4j.data.attestation.authenticator.AttestedCredentialData attestedCredentialData) |
void |
setAuthenticationContext(com.webauthn4j.data.WebAuthnAuthenticationContext authenticationContext) |
void |
setCount(long count) |
void |
setCredentialDBId(String credentialDBId) |
String |
toString() |
public static final String WEBAUTHN_CREDENTIAL_TYPE
public String getCredentialId()
getCredentialId in interface CredentialInputpublic String getChallengeResponse()
getChallengeResponse in interface CredentialInputpublic String getType()
getType in interface CredentialInputpublic com.webauthn4j.data.attestation.authenticator.AttestedCredentialData getAttestedCredentialData()
public com.webauthn4j.data.attestation.statement.AttestationStatement getAttestationStatement()
public long getCount()
public com.webauthn4j.data.WebAuthnAuthenticationContext getAuthenticationContext()
public void setAuthenticationContext(com.webauthn4j.data.WebAuthnAuthenticationContext authenticationContext)
public void setAttestedCredentialData(com.webauthn4j.data.attestation.authenticator.AttestedCredentialData attestedCredentialData)
public void setAttestationStatement(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement)
public void setCount(long count)
public String getCredentialDBId()
public void setCredentialDBId(String credentialDBId)
Copyright © 2019 JBoss by Red Hat. All rights reserved.