Package org.keycloak.sdjwt.consumer
Interface HttpDataFetcher
public interface HttpDataFetcher
- Author:
- Ingrid Kamga
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
fetchJsonData
(String uri) Performs an HTTP GET at the URI and parses the response as JSON
-
Method Details
-
fetchJsonData
Performs an HTTP GET at the URI and parses the response as JSON- Throws:
IOException
- if I/O error or HTTP status not OK (200)
-