Package io.jans.fido2.service.mds
Class FetchMdsProviderService
- java.lang.Object
-
- io.jans.fido2.service.mds.FetchMdsProviderService
-
@ApplicationScoped public class FetchMdsProviderService extends Object
-
-
Constructor Summary
Constructors Constructor Description FetchMdsProviderService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MdsGetEndpointResponse
fetchMdsV3Endpoints(String endpoint)
Fetch mds getEndpointsString
fetchMetadataBlob(String mdsUrl)
Fetch metadata Blob (TOC)
-
-
-
Method Detail
-
fetchMdsV3Endpoints
public MdsGetEndpointResponse fetchMdsV3Endpoints(String endpoint) throws MdsClientException
Fetch mds getEndpoints- Returns:
- MetadataTestResponse class
- Throws:
MdsClientException
- When an attempt is made to process the json or the status returns other than 200
-
-