Package io.jans.fido2.service.mds
Class LocalMdsService
- java.lang.Object
-
- io.jans.fido2.service.mds.LocalMdsService
-
@ApplicationScoped public class LocalMdsService extends Object
The FIDO2 server has a local database of authenticator data in json format. It is parsed before MDS blob is looked up. This data has to be obtained from the vendor and placed in the local folder for metadata- Version:
- May 08, 2020
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description LocalMdsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
getAuthenticatorsMetadata(String aaguid)
void
init(Object init)
-