public class WebAuthnCredentialModelInput extends Object implements CredentialInput
Constructor and Description |
---|
WebAuthnCredentialModelInput(String credentialType) |
Modifier and Type | Method and Description |
---|---|
com.webauthn4j.data.attestation.statement.AttestationStatement |
getAttestationStatement() |
String |
getAttestationStatementFormat() |
com.webauthn4j.data.attestation.authenticator.AttestedCredentialData |
getAttestedCredentialData() |
com.webauthn4j.data.AuthenticationParameters |
getAuthenticationParameters() |
com.webauthn4j.data.AuthenticationRequest |
getAuthenticationRequest() |
String |
getChallengeResponse() |
long |
getCount() |
String |
getCredentialDBId() |
String |
getCredentialId() |
String |
getCredentialType() |
String |
getType() |
void |
setAttestationStatement(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement) |
void |
setAttestationStatementFormat(String attestationStatementFormat) |
void |
setAttestedCredentialData(com.webauthn4j.data.attestation.authenticator.AttestedCredentialData attestedCredentialData) |
void |
setAuthenticationParameters(com.webauthn4j.data.AuthenticationParameters authenticationParameters) |
void |
setAuthenticationRequest(com.webauthn4j.data.AuthenticationRequest authenticationRequest) |
void |
setCount(long count) |
void |
setCredentialDBId(String credentialDBId) |
String |
toString() |
public WebAuthnCredentialModelInput(String credentialType)
public String getCredentialId()
getCredentialId
in interface CredentialInput
public String getChallengeResponse()
getChallengeResponse
in interface CredentialInput
public String getType()
getType
in interface CredentialInput
public com.webauthn4j.data.attestation.authenticator.AttestedCredentialData getAttestedCredentialData()
public com.webauthn4j.data.attestation.statement.AttestationStatement getAttestationStatement()
public long getCount()
public com.webauthn4j.data.AuthenticationParameters getAuthenticationParameters()
public void setAuthenticationParameters(com.webauthn4j.data.AuthenticationParameters authenticationParameters)
public com.webauthn4j.data.AuthenticationRequest getAuthenticationRequest()
public void setAuthenticationRequest(com.webauthn4j.data.AuthenticationRequest authenticationRequest)
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)
public String getCredentialType()
public String getAttestationStatementFormat()
public void setAttestationStatementFormat(String attestationStatementFormat)
Copyright © 2021 JBoss by Red Hat. All rights reserved.