Uses of Interface
io.vertx.ext.auth.webauthn4j.CredentialStorage
-
Packages that use CredentialStorage Package Description io.vertx.ext.auth.webauthn4j io.vertx.reactivex.ext.auth.webauthn4j io.vertx.rxjava3.ext.auth.webauthn4j -
-
Uses of CredentialStorage in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j with parameters of type CredentialStorage Modifier and Type Method Description WebAuthn4J
WebAuthn4J. credentialStorage(CredentialStorage credentialStorage)
Provide aCredentialStorage
that can fetchAuthenticator
s from storage and update them. -
Uses of CredentialStorage in io.vertx.reactivex.ext.auth.webauthn4j
Methods in io.vertx.reactivex.ext.auth.webauthn4j that return CredentialStorage Modifier and Type Method Description CredentialStorage
CredentialStorage. getDelegate()
Methods in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type CredentialStorage Modifier and Type Method Description static CredentialStorage
CredentialStorage. newInstance(CredentialStorage arg)
Constructors in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type CredentialStorage Constructor Description CredentialStorage(CredentialStorage delegate)
-
Uses of CredentialStorage in io.vertx.rxjava3.ext.auth.webauthn4j
Methods in io.vertx.rxjava3.ext.auth.webauthn4j that return CredentialStorage Modifier and Type Method Description CredentialStorage
CredentialStorage. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type CredentialStorage Modifier and Type Method Description static CredentialStorage
CredentialStorage. newInstance(CredentialStorage arg)
Constructors in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type CredentialStorage Constructor Description CredentialStorage(CredentialStorage delegate)
-