Class DefaultJwkSetFetcher.Optimizations
java.lang.Object
io.micronaut.security.token.jwt.signature.jwks.DefaultJwkSetFetcher.Optimizations
- Enclosing class:
 - DefaultJwkSetFetcher
 
AOT Optimizations.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Optimizations
- Parameters:
 suppliers- Map with key being the Jwks uri and value the Json Web Key Set.
 
 - 
 - 
Method Details
- 
findJwkSet
- Parameters:
 url- Json Web Key Set Url- Returns:
 - a Json Web Key supplier or an empty optional if not cached
 
 - 
clear
- Parameters:
 url- Json Web Key Set Url
 
 -