| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.auth.webauthn | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<MetaDataService> | 
MetaDataService.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
MetaDataService | 
MetaDataService.addStatement(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(Handler<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,
        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. 
 | 
static MetaDataService | 
MetaDataService.newInstance(MetaDataService arg)  | 
Copyright © 2022 Eclipse. All rights reserved.