Class WebAuthnCredentialData

java.lang.Object
org.keycloak.models.credential.dto.WebAuthnCredentialData

public class WebAuthnCredentialData extends Object
Author:
Marek Posolda
  • Constructor Details

    • WebAuthnCredentialData

      public WebAuthnCredentialData(String aaguid, String credentialId, long counter, String attestationStatement, String credentialPublicKey, String attestationStatementFormat, Set<String> transports)
  • Method Details

    • 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)
    • getTransports

      public Set<String> getTransports()
    • setTransports

      public void setTransports(Set<String> transports)
    • toString

      public String toString()
      Overrides:
      toString in class Object