Class 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 Detail

      • LocalMdsService

        public LocalMdsService()
    • Method Detail

      • init

        public void init​(@Observes @ApplicationInitialized(jakarta.enterprise.context.ApplicationScoped.class)
                         Object init)
      • getAuthenticatorsMetadata

        public com.fasterxml.jackson.databind.JsonNode getAuthenticatorsMetadata​(String aaguid)