Uses of Class
org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
Packages that use MetadataIndexStore
Package
Description
Implementation of the metadata resolver indexes.
-
Uses of MetadataIndexStore in org.opensaml.saml.metadata.resolver.index.impl
Fields in org.opensaml.saml.metadata.resolver.index.impl with type parameters of type MetadataIndexStoreModifier and TypeFieldDescriptionprivate Map<MetadataIndex,
MetadataIndexStore<T>> MetadataIndexManager.indexes
Storage for secondary indexes.Methods in org.opensaml.saml.metadata.resolver.index.impl that return MetadataIndexStoreModifier and TypeMethodDescriptionprotected MetadataIndexStore<T>
MetadataIndexManager.getStore
(MetadataIndex index) Get theMetadataIndexStore
for the specifiedMetadataIndex
.