Uses of Interface
org.opensaml.saml.metadata.resolver.index.MetadataIndex
Packages that use MetadataIndex
Package
Description
Classes for retrieving, filtering, and querying metadata.
Implementation of the metadata resolver indexes.
-
Uses of MetadataIndex in org.opensaml.saml.metadata.resolver.impl
Fields in org.opensaml.saml.metadata.resolver.impl with type parameters of type MetadataIndexModifier and TypeFieldDescriptionprivate Set<MetadataIndex>AbstractBatchMetadataResolver.indexesThe set of indexes configured.private Set<MetadataIndex>AbstractDynamicMetadataResolver.indexesThe set of indexes configured.Methods in org.opensaml.saml.metadata.resolver.impl that return types with arguments of type MetadataIndexModifier and TypeMethodDescriptionAbstractBatchMetadataResolver.getIndexes()Get the configured indexes.AbstractDynamicMetadataResolver.getIndexes()Get the configured indexes.Method parameters in org.opensaml.saml.metadata.resolver.impl with type arguments of type MetadataIndexModifier and TypeMethodDescriptionvoidAbstractBatchMetadataResolver.setIndexes(Set<MetadataIndex> newIndexes) Set the configured indexes.voidAbstractDynamicMetadataResolver.setIndexes(Set<MetadataIndex> newIndexes) Set the configured indexes.Constructor parameters in org.opensaml.saml.metadata.resolver.impl with type arguments of type MetadataIndexModifierConstructorDescriptionprotectedBatchEntityBackingStore(Set<MetadataIndex> initIndexes) Constructor.protectedDynamicEntityBackingStore(Set<MetadataIndex> initIndexes) Constructor. -
Uses of MetadataIndex in org.opensaml.saml.metadata.resolver.index.impl
Classes in org.opensaml.saml.metadata.resolver.index.impl that implement MetadataIndexModifier and TypeClassDescriptionclassAn implementation ofMetadataIndexwhich indexes entities by their role endpoint locations.classImplementation ofMetadataIndexwhich is based on injected strategy functions.classAn implementation ofMetadataIndexwhich indexes entities by their roles.classAn implementation ofMetadataIndexwhich indexes entities by their artifact SourceID values.Fields in org.opensaml.saml.metadata.resolver.index.impl with type parameters of type MetadataIndexModifier and TypeFieldDescriptionprivate final Map<MetadataIndex,MetadataIndexStore<T>> MetadataIndexManager.indexesStorage for secondary indexes.Methods in org.opensaml.saml.metadata.resolver.index.impl that return types with arguments of type MetadataIndexModifier and TypeMethodDescriptionMetadataIndexManager.getIndexes()Get the set of allMetadataIndexinstances currently initialized.Methods in org.opensaml.saml.metadata.resolver.index.impl with parameters of type MetadataIndexModifier and TypeMethodDescriptionprotected MetadataIndexStore<T>MetadataIndexManager.getStore(MetadataIndex index) Get theMetadataIndexStorefor the specifiedMetadataIndex.Constructor parameters in org.opensaml.saml.metadata.resolver.index.impl with type arguments of type MetadataIndexModifierConstructorDescriptionLockableMetadataIndexManager(Set<MetadataIndex> initIndexes, Function<EntityDescriptor, T> extractionFunction) Constructor.MetadataIndexManager(Set<MetadataIndex> initIndexes, Function<EntityDescriptor, T> extractionFunction) Constructor.