Package net.shibboleth.oidc.metadata.cache
Metadata cache API.
-
Interface Summary Interface Description LoadingStrategy A strategy that loads binary information from a configured source.MetadataCache<U> A cache for loading, storing, and retrieving metadata against against the suppliedCriteriaSet. -
Class Summary Class Description CacheLoadingContext Context to hold information pertaining to a cache loading event.ExpirationTimeContext<T> Context to hold information pertaining to the computation of a metadata's expiration time. -
Exception Summary Exception Description CacheLoadingException Exception to catch cache loading errors.MetadataCacheException Base exception for metadata cache related errors.