Uses of Class
org.keycloak.jose.jwk.JSONWebKeySet
Packages that use JSONWebKeySet
Package
Description
-
Uses of JSONWebKeySet in org.keycloak.protocol.oidc.utils
Methods in org.keycloak.protocol.oidc.utils that return JSONWebKeySetModifier and TypeMethodDescriptionstatic JSONWebKeySetJWKSHttpUtils.sendJwksRequest(KeycloakSession session, String jwksURI) -
Uses of JSONWebKeySet in org.keycloak.representations.oidc
Methods in org.keycloak.representations.oidc that return JSONWebKeySetMethods in org.keycloak.representations.oidc with parameters of type JSONWebKeySet -
Uses of JSONWebKeySet in org.keycloak.util
Methods in org.keycloak.util with parameters of type JSONWebKeySetModifier and TypeMethodDescriptionstatic JWKJWKSUtils.getKeyForUse(JSONWebKeySet keySet, JWK.Use requestedUse) JWKSUtils.getKeysForUse(JSONWebKeySet keySet, JWK.Use requestedUse) Deprecated.static PublicKeysWrapperJWKSUtils.getKeyWrappersForUse(JSONWebKeySet keySet, JWK.Use requestedUse) static PublicKeysWrapperJWKSUtils.getKeyWrappersForUse(JSONWebKeySet keySet, JWK.Use requestedUse, boolean useRequestedUseWhenNull)
JWKSUtils.getKeyWrappersForUse(JSONWebKeySet, JWK.Use)