public class CachingJwksSupplier extends java.lang.Object implements JwksSupplier
JwksSupplier that caches results and delegates actual JWKS
retrieval to another JwksSupplier.| Constructor and Description |
|---|
CachingJwksSupplier(JwksSupplier jwksSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.jose4j.jwk.JsonWebKeySet |
supply(java.lang.String issuer) |
public CachingJwksSupplier(JwksSupplier jwksSupplier)
public org.jose4j.jwk.JsonWebKeySet supply(java.lang.String issuer)
supply in interface JwksSupplier