Package org.keycloak.credential
Class WebAuthnCredentialModelInput
java.lang.Object
org.keycloak.credential.WebAuthnCredentialModelInput
- All Implemented Interfaces:
 CredentialInput
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.webauthn4j.data.attestation.statement.AttestationStatementcom.webauthn4j.data.attestation.authenticator.AttestedCredentialDatacom.webauthn4j.data.AuthenticationRequestlonggetCount()Set<com.webauthn4j.data.AuthenticatorTransport>getType()voidsetAttestationStatement(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement) voidsetAttestationStatementFormat(String attestationStatementFormat) voidsetAttestedCredentialData(com.webauthn4j.data.attestation.authenticator.AttestedCredentialData attestedCredentialData) voidsetAuthenticationParameters(WebAuthnCredentialModelInput.KeycloakWebAuthnAuthenticationParameters authenticationParameters) voidsetAuthenticationRequest(com.webauthn4j.data.AuthenticationRequest authenticationRequest) voidsetCount(long count) voidsetCredentialDBId(String credentialDBId) voidsetTransports(Set<com.webauthn4j.data.AuthenticatorTransport> transports) toString() 
- 
Constructor Details
- 
WebAuthnCredentialModelInput
 
 - 
 - 
Method Details
- 
getCredentialId
- Specified by:
 getCredentialIdin interfaceCredentialInput
 - 
getChallengeResponse
- Specified by:
 getChallengeResponsein interfaceCredentialInput
 - 
getType
- Specified by:
 getTypein interfaceCredentialInput
 - 
getAttestedCredentialData
public com.webauthn4j.data.attestation.authenticator.AttestedCredentialData getAttestedCredentialData() - 
getAttestationStatement
public com.webauthn4j.data.attestation.statement.AttestationStatement getAttestationStatement() - 
getCount
public long getCount() - 
getAuthenticationParameters
public WebAuthnCredentialModelInput.KeycloakWebAuthnAuthenticationParameters getAuthenticationParameters() - 
setAuthenticationParameters
public void setAuthenticationParameters(WebAuthnCredentialModelInput.KeycloakWebAuthnAuthenticationParameters authenticationParameters)  - 
getAuthenticationRequest
public com.webauthn4j.data.AuthenticationRequest getAuthenticationRequest() - 
setAuthenticationRequest
public void setAuthenticationRequest(com.webauthn4j.data.AuthenticationRequest authenticationRequest)  - 
setAttestedCredentialData
public void setAttestedCredentialData(com.webauthn4j.data.attestation.authenticator.AttestedCredentialData attestedCredentialData)  - 
setAttestationStatement
public void setAttestationStatement(com.webauthn4j.data.attestation.statement.AttestationStatement attestationStatement)  - 
setCount
public void setCount(long count)  - 
getCredentialDBId
 - 
setCredentialDBId
 - 
getCredentialType
 - 
getAttestationStatementFormat
 - 
setAttestationStatementFormat
 - 
getTransports
 - 
setTransports
 - 
toString
 
 -