Uses of Class
io.vertx.ext.auth.webauthn.Authenticator
-
Packages that use Authenticator Package Description io.vertx.ext.auth.webauthn io.vertx.reactivex.ext.auth.webauthn io.vertx.rxjava.ext.auth.webauthn io.vertx.rxjava3.ext.auth.webauthn -
-
Uses of Authenticator in io.vertx.ext.auth.webauthn
Methods in io.vertx.ext.auth.webauthn that return Authenticator Modifier and Type Method Description Authenticator
Authenticator. setAaguid(String aaguid)
Authenticator
Authenticator. setAttestationCertificates(AttestationCertificates attestationCertificates)
Authenticator
Authenticator. setCounter(long counter)
Authenticator
Authenticator. setCredID(String credID)
Authenticator
Authenticator. setFlags(int flags)
Authenticator
Authenticator. setFmt(String fmt)
Authenticator
Authenticator. setPublicKey(String publicKey)
Authenticator
Authenticator. setType(String type)
Authenticator
Authenticator. setUserName(String userName)
Methods in io.vertx.ext.auth.webauthn with parameters of type Authenticator Modifier and Type Method Description JsonObject
MetaDataService. verify(Authenticator authenticator)
Verify the metadata for a given authenticator.Method parameters in io.vertx.ext.auth.webauthn with type arguments of type Authenticator 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. 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
. -
Uses of Authenticator in io.vertx.reactivex.ext.auth.webauthn
Methods in io.vertx.reactivex.ext.auth.webauthn with parameters of type Authenticator Modifier and Type Method Description JsonObject
MetaDataService. verify(Authenticator authenticator)
Verify the metadata for a given authenticator.Method parameters in io.vertx.reactivex.ext.auth.webauthn with type arguments of type Authenticator Modifier and Type Method Description WebAuthn
WebAuthn. authenticatorFetcher(Function<Authenticator,Single<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorFetcher(Function<Authenticator,Single<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorUpdater(Function<Authenticator,Completable> updater)
Provide a that can update or insert aAuthenticator
.WebAuthn
WebAuthn. authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a that can update or insert aAuthenticator
. -
Uses of Authenticator in io.vertx.rxjava.ext.auth.webauthn
Methods in io.vertx.rxjava.ext.auth.webauthn with parameters of type Authenticator Modifier and Type Method Description JsonObject
MetaDataService. verify(Authenticator authenticator)
Verify the metadata for a given authenticator.Method parameters in io.vertx.rxjava.ext.auth.webauthn with type arguments of type Authenticator Modifier and Type Method Description WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a that can update or insert aAuthenticator
. -
Uses of Authenticator in io.vertx.rxjava3.ext.auth.webauthn
Methods in io.vertx.rxjava3.ext.auth.webauthn with parameters of type Authenticator Modifier and Type Method Description JsonObject
MetaDataService. verify(Authenticator authenticator)
Verify the metadata for a given authenticator.Method parameters in io.vertx.rxjava3.ext.auth.webauthn with type arguments of type Authenticator Modifier and Type Method Description WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Single<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Single<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorUpdater(java.util.function.Function<Authenticator,Completable> updater)
Provide a that can update or insert aAuthenticator
.
-