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