Package | Description |
---|---|
io.vertx.ext.auth.webauthn | |
io.vertx.reactivex.ext.auth.webauthn | |
io.vertx.rxjava.ext.auth.webauthn |
Modifier and Type | Method and Description |
---|---|
Authenticator |
Authenticator.setCounter(long counter) |
Authenticator |
Authenticator.setCredID(String credID) |
Authenticator |
Authenticator.setPublicKey(String publicKey) |
Authenticator |
Authenticator.setType(String type) |
Authenticator |
Authenticator.setUserName(String userName) |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticatorConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Authenticator obj) |
static void |
AuthenticatorConverter.toJson(Authenticator obj,
JsonObject json) |
static void |
AuthenticatorConverter.toJson(Authenticator obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
WebAuthn |
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a
Function that can fetch Authenticator s from a backend given the incomplete
Authenticator argument. |
WebAuthn |
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a
Function that can fetch Authenticator s 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 . |
Modifier and Type | Method and Description |
---|---|
WebAuthn |
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetch
Authenticator s from a backend given the incomplete
Authenticator argument. |
WebAuthn |
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetch
Authenticator s from a backend given the incomplete
Authenticator argument. |
WebAuthn |
WebAuthn.authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a that can update or insert a
Authenticator . |
Copyright © 2021 Eclipse. All rights reserved.