MetaDataService |
MetaDataService.addStatement(io.vertx.core.json.JsonObject statement) |
Manually feed a Meta Data Statement to the service.
|
MetaDataService |
MetaDataService.fetchTOC() |
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
|
MetaDataService |
MetaDataService.fetchTOC(io.vertx.core.Handler<io.vertx.core.AsyncResult<Boolean>> handler) |
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
|
MetaDataService |
MetaDataService.fetchTOC(String url) |
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
|
MetaDataService |
MetaDataService.fetchTOC(String url,
io.vertx.core.Handler<io.vertx.core.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.
|
static MetaDataService |
MetaDataService.newInstance(io.vertx.ext.auth.webauthn.MetaDataService arg) |
|