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.jwkMethods in org.keycloak.jose.jwk that return JWK.Use
- 
Uses of JWK.Use in org.keycloak.keysMethods in org.keycloak.keys with parameters of type JWK.UseModifier and TypeMethodDescriptionstatic StringPublicKeyStorageUtils.getClientModelCacheKey(String realmId, String clientUuid, JWK.Use keyUse) 
- 
Uses of JWK.Use in org.keycloak.keys.loaderMethods in org.keycloak.keys.loader with parameters of type JWK.UseModifier and TypeMethodDescriptionstatic KeyWrapperPublicKeyStorageManager.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.utilMethods in org.keycloak.util with parameters of type JWK.UseModifier 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)