net.shibboleth.metadata.dom.saml
Class EntityDescriptorItemIdPopulationStage
java.lang.Object
net.shibboleth.metadata.pipeline.AbstractComponent
net.shibboleth.metadata.pipeline.BaseStage<ItemType>
net.shibboleth.metadata.pipeline.BaseIteratingStage<DomElementItem>
net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStage
- All Implemented Interfaces:
- Component, Stage<DomElementItem>
public class EntityDescriptorItemIdPopulationStage
- extends BaseIteratingStage<DomElementItem>
A stage which, for each EntityDescriptor collection element, adds an ItemId, with the entity's entity ID, to
the metadata item.
EntityDescriptorItemIdPopulationStage
public EntityDescriptorItemIdPopulationStage()
doExecute
protected boolean doExecute(DomElementItem item)
throws StageProcessingException
- Processes a given Item.
- Specified by:
doExecute in class BaseIteratingStage<DomElementItem>
- Parameters:
item - Item on which to operate
- Returns:
- true if the Item should be retained in the collection, false if not
- Throws:
StageProcessingException - thrown if there is a problem with the stage processing
Copyright © 2009-2011. All Rights Reserved.