- get(String) - Method in class com.auth0.jwk.GuavaCachedJwkProvider
-
- get(String) - Method in interface com.auth0.jwk.JwkProvider
-
Returns a jwk using the kid value
- get(String) - Method in class com.auth0.jwk.RateLimitedJwkProvider
-
- get(String) - Method in class com.auth0.jwk.UrlJwkProvider
-
- getAdditionalAttributes() - Method in class com.auth0.jwk.Jwk
-
- getAlgorithm() - Method in class com.auth0.jwk.Jwk
-
- getAvailableIn() - Method in exception com.auth0.jwk.RateLimitReachedException
-
Returns the delay in which the jwk request can be retried.
- getCertificateChain() - Method in class com.auth0.jwk.Jwk
-
- getCertificateThumbprint() - Method in class com.auth0.jwk.Jwk
-
- getCertificateUrl() - Method in class com.auth0.jwk.Jwk
-
- getId() - Method in class com.auth0.jwk.Jwk
-
- getOperations() - Method in class com.auth0.jwk.Jwk
-
- getOperationsAsList() - Method in class com.auth0.jwk.Jwk
-
- getPublicKey() - Method in class com.auth0.jwk.Jwk
-
Returns a PublicKey
if the 'alg'
is 'RSA'
- getType() - Method in class com.auth0.jwk.Jwk
-
- getUsage() - Method in class com.auth0.jwk.Jwk
-
- GuavaCachedJwkProvider - Class in com.auth0.jwk
-
Jwk provider that caches previously obtained Jwk in memory using a Google Guava cache
- GuavaCachedJwkProvider(JwkProvider) - Constructor for class com.auth0.jwk.GuavaCachedJwkProvider
-
Creates a new provider that will cache up to 5 jwks for at most 10 hours
- GuavaCachedJwkProvider(JwkProvider, long, long, TimeUnit) - Constructor for class com.auth0.jwk.GuavaCachedJwkProvider
-
Creates a new cached provider specifying cache size and ttl