Uses of Interface
net.shibboleth.metadata.ItemSelectionStrategy

Packages that use ItemSelectionStrategy
net.shibboleth.metadata Base classes for dealing with collections of metadata (whatever metadata might mean to you). 
net.shibboleth.metadata.dom Implementations of core APIs that operate on W3C DOM based metadata. 
net.shibboleth.metadata.pipeline A set of classes for constructing generic data processing pipelines. 
 

Uses of ItemSelectionStrategy in net.shibboleth.metadata
 

Classes in net.shibboleth.metadata that implement ItemSelectionStrategy
 class AlwaysItemSelectionStrategy
          An implementation of ItemSelectionStrategy that always returns true.
 

Uses of ItemSelectionStrategy in net.shibboleth.metadata.dom
 

Classes in net.shibboleth.metadata.dom that implement ItemSelectionStrategy
 class XPathItemSelectionStrategy
          Item selection strategy which selects items on the basis of a boolean XPath expression.
 

Uses of ItemSelectionStrategy in net.shibboleth.metadata.pipeline
 

Fields in net.shibboleth.metadata.pipeline declared as ItemSelectionStrategy
private  ItemSelectionStrategy<ItemType> SplitMergeStage.selectionStrategy
          Strategy used to split the given item collection.
 

Fields in net.shibboleth.metadata.pipeline with type parameters of type ItemSelectionStrategy
private  List<org.opensaml.util.Pair<Pipeline<ItemType>,ItemSelectionStrategy<ItemType>>> PipelineDemultiplexerStage.pipelineAndStrategies
          The pipelines through which items are sent and the selection strategy used for that pipeline.
 

Methods in net.shibboleth.metadata.pipeline that return ItemSelectionStrategy
 ItemSelectionStrategy<ItemType> SplitMergeStage.getSelectionStrategy()
          Gets the strategy used to split the given item collection.
 

Methods in net.shibboleth.metadata.pipeline that return types with arguments of type ItemSelectionStrategy
 List<org.opensaml.util.Pair<Pipeline<ItemType>,ItemSelectionStrategy<ItemType>>> PipelineDemultiplexerStage.getPipelineAndSelectionStrategies()
          Gets the pipeline and item selection strategies used to demultiplex item collections within this stage.
 

Methods in net.shibboleth.metadata.pipeline with parameters of type ItemSelectionStrategy
 void SplitMergeStage.setSelectionStrategy(ItemSelectionStrategy<ItemType> strategy)
          Sets the strategy used to split the given item collection.
 

Method parameters in net.shibboleth.metadata.pipeline with type arguments of type ItemSelectionStrategy
 void PipelineDemultiplexerStage.setPipelineAndSelectionStrategies(List<org.opensaml.util.Pair<Pipeline<ItemType>,ItemSelectionStrategy<ItemType>>> pass)
          Sets the pipeline and item selection strategies used to demultiplex item collections within this stage.
 



Copyright © 2009-2011. All Rights Reserved.