Class ItemMetadataAddingStage<T>

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.metadata.pipeline.AbstractStage<T>
net.shibboleth.metadata.pipeline.AbstractIteratingStage<T>
net.shibboleth.metadata.pipeline.ItemMetadataAddingStage<T>
Type Parameters:
T - type of Item this stage operates upon
All Implemented Interfaces:
Stage<T>, net.shibboleth.shared.component.Component, net.shibboleth.shared.component.DestructableComponent, net.shibboleth.shared.component.IdentifiableComponent, net.shibboleth.shared.component.IdentifiedComponent, net.shibboleth.shared.component.InitializableComponent

@ThreadSafe public class ItemMetadataAddingStage<T> extends AbstractIteratingStage<T>
A pipeline stage that adds a collection of ItemMetadata objects to each Item's item metadata.
Since:
0.9.0