Package org.keycloak.protocol.oidc.utils
Class JWKSHttpUtils
java.lang.Object
org.keycloak.protocol.oidc.utils.JWKSHttpUtils
- Author:
- Marek Posolda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JSONWebKeySet
sendJwksRequest
(KeycloakSession session, String jwksURI)
-
Constructor Details
-
JWKSHttpUtils
public JWKSHttpUtils()
-
-
Method Details
-
sendJwksRequest
public static JSONWebKeySet sendJwksRequest(KeycloakSession session, String jwksURI) throws IOException - Throws:
IOException
-