Interface JwkSetFetcher<T>
- Type Parameters:
T- Json Web Key Set type
- All Known Implementing Classes:
DefaultJwkSetFetcher
Fetch a Json Web Key Set by a given url.
- Since:
- 3.9.0
- Author:
- Sergio del Amo
-
Method Summary
-
Method Details
-
fetch
@NonNull @SingleResult @NonNull org.reactivestreams.Publisher<T> fetch(@Nullable @Nullable String providerName, @Nullable @Nullable String url) - Parameters:
providerName- The jwks provider nameurl- The Jwks uri- Returns:
- The Json Web Key Set representation or an empty optional if it could not be loaded
- Since:
- 4.5.0
-
clearCache
- Parameters:
url- The Jwks uri Clears cache
-