Package | Description |
---|---|
org.keycloak.jose.jwk | |
org.keycloak.keys | |
org.keycloak.keys.loader | |
org.keycloak.util |
Modifier and Type | Method and Description |
---|---|
static JWK.Use |
JWK.Use.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWK.Use[] |
JWK.Use.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
PublicKeyStorageUtils.getClientModelCacheKey(String realmId,
String clientUuid,
JWK.Use keyUse) |
Modifier and Type | Method and Description |
---|---|
static KeyWrapper |
PublicKeyStorageManager.getClientPublicKeyWrapper(KeycloakSession session,
ClientModel client,
JWK.Use keyUse,
String algAlgorithm) |
Constructor and Description |
---|
ClientPublicKeyLoader(KeycloakSession session,
ClientModel client,
JWK.Use keyUse) |
Modifier and Type | Method and Description |
---|---|
static JWK |
JWKSUtils.getKeyForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
static Map<String,PublicKey> |
JWKSUtils.getKeysForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
static Map<String,KeyWrapper> |
JWKSUtils.getKeyWrappersForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.