Uses of Class
net.shibboleth.oidc.metadata.cache.CacheLoadingException
-
Packages that use CacheLoadingException Package Description net.shibboleth.oidc.metadata.cache Metadata cache API.net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation. -
-
Uses of CacheLoadingException in net.shibboleth.oidc.metadata.cache
Methods in net.shibboleth.oidc.metadata.cache that throw CacheLoadingException Modifier and Type Method Description byte[]LoadingStrategy. load(CacheLoadingContext context)Load cache data from a source. -
Uses of CacheLoadingException in net.shibboleth.oidc.metadata.cache.impl
Methods in net.shibboleth.oidc.metadata.cache.impl that throw CacheLoadingException Modifier and Type Method Description byte[]DefaultFileLoadingStrategy. load(CacheLoadingContext context)
-