Uses of Interface
net.shibboleth.metadata.ItemMetadata
Packages that use ItemMetadata
Package
Description
Base classes for dealing with collections of metadata (whatever metadata might mean to you).
Aggregator classes for the MDRPI specification.
A set of classes for constructing generic data processing pipelines.
-
Uses of ItemMetadata in net.shibboleth.metadata
Classes in net.shibboleth.metadata that implement ItemMetadataModifier and TypeClassDescriptionclassA type ofStatusMetadatathat indicates something is definitely wrong with the Item.classA type ofStatusMetadatathat carries informational messages.classCarries a unique identifier for the data carried by anItem.classAItemMetadatathat associates a tag with a givenItem.classAItemMetadataimplementation that carries status information about anItem.classA type ofStatusMetadatathat indicates something may be "off" about theItem.Fields in net.shibboleth.metadata with type parameters of type ItemMetadataModifier and TypeFieldDescriptionprivate final net.shibboleth.shared.collection.ClassToInstanceMultiMap<ItemMetadata>AbstractItem.metadataAdditional processing information associated with thisItem.Methods in net.shibboleth.metadata that return types with arguments of type ItemMetadataModifier and TypeMethodDescriptionfinal net.shibboleth.shared.collection.ClassToInstanceMultiMap<ItemMetadata>AbstractItem.getItemMetadata()net.shibboleth.shared.collection.ClassToInstanceMultiMap<ItemMetadata>Item.getItemMetadata()Gets all of the metadata attached to this Item. -
Uses of ItemMetadata in net.shibboleth.metadata.dom.saml.mdrpi
Classes in net.shibboleth.metadata.dom.saml.mdrpi that implement ItemMetadataModifier and TypeClassDescriptionclassCarries the registration authority URI for a SAML entity. -
Uses of ItemMetadata in net.shibboleth.metadata.pipeline
Fields in net.shibboleth.metadata.pipeline with type parameters of type ItemMetadataModifier and TypeFieldDescriptionprivate List<ItemMetadata>ItemMetadataAddingStage.additionalItemMetadataItemMetadataobjects to add to eachItem's item metadata.Methods in net.shibboleth.metadata.pipeline that return types with arguments of type ItemMetadataModifier and TypeMethodDescriptionfinal Collection<ItemMetadata>ItemMetadataAddingStage.getAdditionalItemMetadata()Gets theItemMetadatabeing added to eachItem's item metadata.Method parameters in net.shibboleth.metadata.pipeline with type arguments of type ItemMetadataModifier and TypeMethodDescriptionprotected voidItemMetadataFilterStage.doExecute(List<Item<T>> items, Item<T> matchingItem, net.shibboleth.shared.collection.ClassToInstanceMultiMap<ItemMetadata> matchingMetadata) protected voidItemMetadataTerminationStage.doExecute(List<Item<T>> items, Item<T> matchingItem, net.shibboleth.shared.collection.ClassToInstanceMultiMap<ItemMetadata> matchingMetadata) voidItemMetadataAddingStage.setAdditionalItemMetadata(Collection<ItemMetadata> metadata) Gets theItemMetadatato be added to eachItem's item metadata.