Uses of Enum Class
org.keycloak.jose.jwk.JWK.Use
Packages that use JWK.Use
Package
Description
-
Uses of JWK.Use in org.keycloak.jose.jwk
Methods in org.keycloak.jose.jwk that return JWK.Use -
Uses of JWK.Use in org.keycloak.keys
Methods in org.keycloak.keys with parameters of type JWK.UseModifier and TypeMethodDescriptionstatic String
PublicKeyStorageUtils.getClientModelCacheKey
(String realmId, String clientUuid, JWK.Use keyUse) -
Uses of JWK.Use in org.keycloak.keys.loader
Methods in org.keycloak.keys.loader with parameters of type JWK.UseModifier and TypeMethodDescriptionstatic KeyWrapper
PublicKeyStorageManager.getClientPublicKeyWrapper
(KeycloakSession session, ClientModel client, JWK.Use keyUse, String algAlgorithm) Constructors in org.keycloak.keys.loader with parameters of type JWK.UseModifierConstructorDescriptionClientPublicKeyLoader
(KeycloakSession session, ClientModel client, JWK.Use keyUse) -
Uses of JWK.Use in org.keycloak.util
Methods in org.keycloak.util with parameters of type JWK.UseModifier and TypeMethodDescriptionstatic JWK
JWKSUtils.getKeyForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) JWKSUtils.getKeysForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) Deprecated.static PublicKeysWrapper
JWKSUtils.getKeyWrappersForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) static PublicKeysWrapper
JWKSUtils.getKeyWrappersForUse
(JSONWebKeySet keySet, JWK.Use requestedUse, boolean useRequestedUseWhenNull)
JWKSUtils.getKeyWrappersForUse(JSONWebKeySet, JWK.Use)