Class VCSchemaProviderUtil
- java.lang.Object
-
- io.mosip.authentication.service.kyc.util.VCSchemaProviderUtil
-
@Component public class VCSchemaProviderUtil extends Object
This class fetches the Verifiable Credentials schema & @Context data.- Author:
- Mahammed Taheer
-
-
Constructor Summary
Constructors Constructor Description VCSchemaProviderUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.simple.JSONObjectgetVCContextData(String configServerFileStorageURL, String uri, com.fasterxml.jackson.databind.ObjectMapper objectMapper)com.apicatalog.jsonld.document.JsonDocumentgetVCContextSchema(String configServerFileStorageUrl, String uri)
-
-
-
Method Detail
-
getVCContextSchema
public com.apicatalog.jsonld.document.JsonDocument getVCContextSchema(String configServerFileStorageUrl, String uri)
-
getVCContextData
public org.json.simple.JSONObject getVCContextData(String configServerFileStorageURL, String uri, com.fasterxml.jackson.databind.ObjectMapper objectMapper) throws IdAuthenticationBusinessException
-
-