Uses of Interface
io.vertx.ext.auth.webauthn4j.WebAuthn4J
-
Packages that use WebAuthn4J Package Description io.vertx.ext.auth.webauthn4j io.vertx.ext.web.handler io.vertx.reactivex.ext.auth.webauthn4j io.vertx.rxjava3.ext.auth.webauthn4j -
-
Uses of WebAuthn4J in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return WebAuthn4J Modifier and Type Method Description static WebAuthn4J
WebAuthn4J. create(Vertx vertx)
Create a WebAuthN auth providerstatic WebAuthn4J
WebAuthn4J. create(Vertx vertx, WebAuthn4JOptions options)
Create a WebAuthN auth providerWebAuthn4J
WebAuthn4J. credentialStorage(CredentialStorage credentialStorage)
Provide aCredentialStorage
that can fetchAuthenticator
s from storage and update them. -
Uses of WebAuthn4J in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type WebAuthn4J Modifier and Type Method Description static WebAuthn4JHandler
WebAuthn4JHandler. create(WebAuthn4J webAuthn)
Create a WebAuthN auth handler. -
Uses of WebAuthn4J in io.vertx.reactivex.ext.auth.webauthn4j
Methods in io.vertx.reactivex.ext.auth.webauthn4j that return WebAuthn4J Modifier and Type Method Description WebAuthn4J
WebAuthn4J. getDelegate()
Methods in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type WebAuthn4J Modifier and Type Method Description static WebAuthn4J
WebAuthn4J. newInstance(WebAuthn4J arg)
Constructors in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type WebAuthn4J Constructor Description WebAuthn4J(WebAuthn4J delegate)
-
Uses of WebAuthn4J in io.vertx.rxjava3.ext.auth.webauthn4j
Methods in io.vertx.rxjava3.ext.auth.webauthn4j that return WebAuthn4J Modifier and Type Method Description WebAuthn4J
WebAuthn4J. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type WebAuthn4J Modifier and Type Method Description static WebAuthn4J
WebAuthn4J. newInstance(WebAuthn4J arg)
Constructors in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type WebAuthn4J Constructor Description WebAuthn4J(WebAuthn4J delegate)
-