Uses of Class
net.shibboleth.oidc.metadata.cache.MetadataCacheException
Packages that use MetadataCacheException
Package
Description
Metadata cache API.
Metadata cache implementation.
-
Uses of MetadataCacheException in net.shibboleth.oidc.metadata.cache
Methods in net.shibboleth.oidc.metadata.cache that throw MetadataCacheExceptionModifier and TypeMethodDescriptionMetadataCache.get(CriteriaSet criteria) Get the list of metadata matching the given identifier. -
Uses of MetadataCacheException in net.shibboleth.oidc.metadata.cache.impl
Methods in net.shibboleth.oidc.metadata.cache.impl that throw MetadataCacheExceptionModifier and TypeMethodDescriptionprivate voidDynamicMetadataCache.fetch(MetadataManagementData<IdentifierType> mgmtData, IdentifierType identifier, CriteriaSet criteria) Fetch metadata using the supplied fetch function, then save it to the backing store.BatchMetadataCache.get(CriteriaSet criteria) Get the list of metadata matching the given identifier.DynamicMetadataCache.get(CriteriaSet criteria) FetchThroughMetadataCache.get(CriteriaSet criteria) Get the list of metadata matching the given identifier.private voidBatchMetadataCache.loadCache()Reload the entire backing-store cache using the loading strategy.protected List<MetadataType>AbstractMetadataCache.lookupIdentifier(IdentifierType identifier) Get list of descriptors matching the identifier.private List<MetadataType>DynamicMetadataCache.read(MetadataManagementData<IdentifierType> mgmtData, IdentifierType identifier) Read metadata from the cache under the lock relating to the Identifier of the metadata to find.