Uses of Interface
io.vertx.ext.auth.webauthn.WebAuthn
-
Packages that use WebAuthn Package Description io.vertx.ext.auth.webauthn io.vertx.ext.web.handler io.vertx.reactivex.ext.auth.webauthn io.vertx.rxjava3.ext.auth.webauthn -
-
Uses of WebAuthn in io.vertx.ext.auth.webauthn
Methods in io.vertx.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide aFunction
that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide aFunction
that can update or insert aAuthenticator
.static WebAuthn
WebAuthn. create(Vertx vertx)
Create a WebAuthN auth providerstatic WebAuthn
WebAuthn. create(Vertx vertx, WebAuthnOptions options)
Create a WebAuthN auth provider -
Uses of WebAuthn in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type WebAuthn Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. create(WebAuthn webAuthn)
Create a WebAuthN auth handler. -
Uses of WebAuthn in io.vertx.reactivex.ext.auth.webauthn
Methods in io.vertx.reactivex.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthn
WebAuthn. getDelegate()
Methods in io.vertx.reactivex.ext.auth.webauthn with parameters of type WebAuthn Modifier and Type Method Description static WebAuthn
WebAuthn. newInstance(WebAuthn arg)
Constructors in io.vertx.reactivex.ext.auth.webauthn with parameters of type WebAuthn Constructor Description WebAuthn(WebAuthn delegate)
-
Uses of WebAuthn in io.vertx.rxjava3.ext.auth.webauthn
Methods in io.vertx.rxjava3.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthn
WebAuthn. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.webauthn with parameters of type WebAuthn Modifier and Type Method Description static WebAuthn
WebAuthn. newInstance(WebAuthn arg)
Constructors in io.vertx.rxjava3.ext.auth.webauthn with parameters of type WebAuthn Constructor Description WebAuthn(WebAuthn delegate)
-