| Package | Description | 
|---|---|
| io.vertx.ext.auth.webauthn | |
| io.vertx.ext.web.handler | |
| io.vertx.reactivex.ext.auth.webauthn | |
| io.vertx.rxjava.ext.auth.webauthn | |
| io.vertx.rxjava3.ext.auth.webauthn | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthn | 
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a  
Function that can fetch Authenticators from a backend given the incomplete
 Authenticator argument. | 
WebAuthn | 
WebAuthn.authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a  
Function that can update or insert a Authenticator. | 
static WebAuthn | 
WebAuthn.create(Vertx vertx)
Create a WebAuthN auth provider 
 | 
static WebAuthn | 
WebAuthn.create(Vertx vertx,
      WebAuthnOptions options)
Create a WebAuthN auth provider 
 | 
WebAuthn | 
WebAuthn.createCredentialsOptions(JsonObject user,
                        Handler<AsyncResult<JsonObject>> handler)
Gets a challenge and any other parameters for the  
navigator.credentials.create() call. | 
WebAuthn | 
WebAuthn.getCredentialsOptions(String name,
                     Handler<AsyncResult<JsonObject>> handler)
Creates an assertion challenge and any other parameters for the  
navigator.credentials.get() call. | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthnHandler | 
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthn | 
WebAuthn.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthn | 
WebAuthn.newInstance(WebAuthn arg)  | 
| Constructor and Description | 
|---|
WebAuthn(WebAuthn delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthn | 
WebAuthn.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthn | 
WebAuthn.newInstance(WebAuthn arg)  | 
| Constructor and Description | 
|---|
WebAuthn(WebAuthn delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
WebAuthn | 
WebAuthn.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static WebAuthn | 
WebAuthn.newInstance(WebAuthn arg)  | 
| Constructor and Description | 
|---|
WebAuthn(WebAuthn delegate)  | 
Copyright © 2021 Eclipse. All rights reserved.