| Modifier and Type | Method and Description |
|---|---|
MetaDataService |
MetaDataService.addStatement(JsonObject statement)
Manually feed a Meta Data Statement to the service.
|
default MetaDataService |
MetaDataService.fetchTOC(Handler<AsyncResult<Boolean>> handler)
Fetches the FIDO2 MDS3 TOC and process the entries to the metadata store.
|
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.
|
Copyright © 2022 Eclipse. All rights reserved.