Uses of Enum Class
org.keycloak.jose.jwk.JWK.Use
Package
Description
-
Uses of JWK.Use in org.keycloak.jose.jwk
-
Uses of JWK.Use in org.keycloak.keys
Modifier and TypeMethodDescriptionstatic String
PublicKeyStorageUtils.getClientModelCacheKey
(String realmId, String clientUuid, JWK.Use keyUse) -
Uses of JWK.Use in org.keycloak.keys.loader
Modifier and TypeMethodDescriptionstatic KeyWrapper
PublicKeyStorageManager.getClientPublicKeyWrapper
(KeycloakSession session, ClientModel client, JWK.Use keyUse, String algAlgorithm) ModifierConstructorDescriptionClientPublicKeyLoader
(KeycloakSession session, ClientModel client, JWK.Use keyUse) -
Uses of JWK.Use in org.keycloak.util
Modifier 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)