Uses of Class
net.shibboleth.oidc.metadata.cache.MetadataCacheException
-
Packages that use MetadataCacheException Package Description net.shibboleth.oidc.metadata.cache Metadata cache API.net.shibboleth.oidc.metadata.cache.impl Metadata cache implementation. -
-
Uses of MetadataCacheException in net.shibboleth.oidc.metadata.cache
Methods in net.shibboleth.oidc.metadata.cache that throw MetadataCacheException Modifier and Type Method Description List<U>MetadataCache. 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 MetadataCacheException Modifier and Type Method Description private voidDynamicMetadataCache. fetch(MetadataManagementData<IdentifierType> mgmtData, IdentifierType identifier, CriteriaSet criteria)Fetch metadata using the supplied fetch function, then save it to the backing store.List<MetadataType>BatchMetadataCache. get(CriteriaSet criteria)Get the list of metadata matching the given identifier.List<MetadataType>DynamicMetadataCache. get(CriteriaSet criteria)List<MetadataType>FetchThroughMetadataCache. get(CriteriaSet criteria)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.
-