Uses of Class
net.shibboleth.oidc.metadata.cache.CacheLoadingContext
-
Packages that use CacheLoadingContext Package Description net.shibboleth.oidc.metadata.cache Metadata cache API.net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation. -
-
Uses of CacheLoadingContext in net.shibboleth.oidc.metadata.cache
Methods in net.shibboleth.oidc.metadata.cache with parameters of type CacheLoadingContext Modifier and Type Method Description byte[]LoadingStrategy. load(CacheLoadingContext context)Load cache data from a source. -
Uses of CacheLoadingContext in net.shibboleth.oidc.metadata.cache.impl
Methods in net.shibboleth.oidc.metadata.cache.impl that return CacheLoadingContext Modifier and Type Method Description private CacheLoadingContextBatchMetadataCache. createLoadingContext()Create a cache loading context based on the last refresh and last update time of the backing store.Methods in net.shibboleth.oidc.metadata.cache.impl with parameters of type CacheLoadingContext Modifier and Type Method Description byte[]DefaultFileLoadingStrategy. load(CacheLoadingContext context)
-