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 |
---|---|
default CredentialStore |
CredentialStore.getUserCredentialsById(String rawId,
Handler<AsyncResult<List<JsonObject>>> handler)
Retrieves the user credentials from a backend given the user unique identifier.
|
default CredentialStore |
CredentialStore.getUserCredentialsByName(String username,
Handler<AsyncResult<List<JsonObject>>> handler)
Retrieves the user credentials from a backend given the user unique identifier.
|
default CredentialStore |
CredentialStore.updateUserCredential(String id,
JsonObject data,
boolean upsert,
Handler<AsyncResult<Void>> handler)
Update the user credential.
|
Modifier and Type | Method and Description |
---|---|
static WebAuthn |
WebAuthn.create(Vertx vertx,
CredentialStore store)
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.create(Vertx vertx,
WebAuthnOptions options,
CredentialStore store)
Create a WebAuthN auth provider
|
Modifier and Type | Method and Description |
---|---|
CredentialStore |
CredentialStore.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static CredentialStore |
CredentialStore.newInstance(CredentialStore arg) |
Constructor and Description |
---|
CredentialStore(CredentialStore delegate) |
Modifier and Type | Method and Description |
---|---|
CredentialStore |
CredentialStore.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static CredentialStore |
CredentialStore.newInstance(CredentialStore arg) |
Constructor and Description |
---|
CredentialStore(CredentialStore delegate) |
Copyright © 2020 Eclipse. All rights reserved.