Package | Description |
---|---|
io.vertx.ext.auth.webauthn | |
io.vertx.reactivex.ext.auth.webauthn | |
io.vertx.rxjava.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
WebAuthnOptions |
WebAuthnOptions.addPubKeyCredParam(String pubKeyCredParam) |
WebAuthnOptions |
WebAuthnOptions.addTransport(String transport) |
WebAuthnOptions |
WebAuthnOptions.setAttestation(Attestation attestation) |
WebAuthnOptions |
WebAuthnOptions.setAuthenticatorAttachment(AuthenticatorAttachment authenticatorAttachment) |
WebAuthnOptions |
WebAuthnOptions.setOrigin(String origin) |
WebAuthnOptions |
WebAuthnOptions.setPubKeyCredParams(Set<String> pubKeyCredParams) |
WebAuthnOptions |
WebAuthnOptions.setRelayParty(RelayParty relayParty) |
WebAuthnOptions |
WebAuthnOptions.setRequireResidentKey(Boolean requireResidentKey) |
WebAuthnOptions |
WebAuthnOptions.setTimeout(int timeout) |
WebAuthnOptions |
WebAuthnOptions.setTransports(Set<String> transports) |
WebAuthnOptions |
WebAuthnOptions.setUserVerification(UserVerification userVerification) |
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options,
CredentialStore store)
Create a WebAuthN auth provider
|
static void |
WebAuthnOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
WebAuthnOptions obj) |
static void |
WebAuthnOptionsConverter.toJson(WebAuthnOptions obj,
JsonObject json) |
static void |
WebAuthnOptionsConverter.toJson(WebAuthnOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options,
CredentialStore store)
Create a WebAuthN auth provider
|
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options,
CredentialStore store)
Create a WebAuthN auth provider
|
Copyright © 2020 Eclipse. All rights reserved.