Package | Description |
---|---|
org.keycloak.representations.oidc | |
org.keycloak.util |
Modifier and Type | Method and Description |
---|---|
JSONWebKeySet |
OIDCClientRepresentation.getJwks() |
Modifier and Type | Method and Description |
---|---|
void |
OIDCClientRepresentation.setJwks(JSONWebKeySet jwks) |
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 © 2019 JBoss by Red Hat. All rights reserved.