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 |
---|---|
MetaDataService |
MetaDataService.addStatement(JsonObject statement)
Manually feed a Meta Data Statement to the service.
|
default MetaDataService |
MetaDataService.fetchTOC(String url,
Handler<AsyncResult<Boolean>> handler)
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
|
MetaDataService |
MetaDataService.flush()
Clears all loaded statements, both from the TOC and manually inserted.
|
MetaDataService |
WebAuthn.metaDataService()
Getter to the instance FIDO2 Meta Data Service.
|
Modifier and Type | Method and Description |
---|---|
MetaDataService |
MetaDataService.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MetaDataService |
MetaDataService.newInstance(MetaDataService arg) |
Constructor and Description |
---|
MetaDataService(MetaDataService delegate) |
Modifier and Type | Method and Description |
---|---|
MetaDataService |
MetaDataService.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MetaDataService |
MetaDataService.newInstance(MetaDataService arg) |
Constructor and Description |
---|
MetaDataService(MetaDataService delegate) |
Copyright © 2021 Eclipse. All rights reserved.