public class WebAuthnCredentials extends Object implements Credentials
Constructor and Description |
---|
WebAuthnCredentials() |
WebAuthnCredentials(io.vertx.core.json.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
<V> void |
checkValid(V arg) |
String |
getChallenge() |
String |
getDomain() |
String |
getOrigin() |
String |
getUsername() |
io.vertx.core.json.JsonObject |
getWebauthn() |
WebAuthnCredentials |
setChallenge(String challenge) |
WebAuthnCredentials |
setDomain(String domain) |
WebAuthnCredentials |
setOrigin(String origin) |
WebAuthnCredentials |
setUsername(String username) |
WebAuthnCredentials |
setWebauthn(io.vertx.core.json.JsonObject webauthn) |
io.vertx.core.json.JsonObject |
toJson() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyHttpChallenge, applyHttpChallenge, applyHttpChallenge, toHttpAuthorization
public WebAuthnCredentials()
public WebAuthnCredentials(io.vertx.core.json.JsonObject json)
public String getChallenge()
public WebAuthnCredentials setChallenge(String challenge)
public io.vertx.core.json.JsonObject getWebauthn()
public WebAuthnCredentials setWebauthn(io.vertx.core.json.JsonObject webauthn)
public String getUsername()
public WebAuthnCredentials setUsername(String username)
public String getOrigin()
public WebAuthnCredentials setOrigin(String origin)
public String getDomain()
public WebAuthnCredentials setDomain(String domain)
public <V> void checkValid(V arg) throws CredentialValidationException
checkValid
in interface Credentials
CredentialValidationException
public io.vertx.core.json.JsonObject toJson()
toJson
in interface Credentials
Copyright © 2020 Eclipse. All rights reserved.