Uses of Interface
net.shibboleth.metadata.ItemIdentificationStrategy

Packages that use ItemIdentificationStrategy
net.shibboleth.metadata Base classes for dealing with collections of metadata (whatever metadata might mean to you). 
net.shibboleth.metadata.pipeline A set of classes for constructing generic data processing pipelines. 
 

Uses of ItemIdentificationStrategy in net.shibboleth.metadata
 

Classes in net.shibboleth.metadata that implement ItemIdentificationStrategy
 class FirstItemIdItemIdentificationStrategy
          Strategy that returns the first ItemId associated with an Item or, if not ItemId is associated with the item, a generic identifier is returned.
 

Uses of ItemIdentificationStrategy in net.shibboleth.metadata.pipeline
 

Fields in net.shibboleth.metadata.pipeline declared as ItemIdentificationStrategy
private  ItemIdentificationStrategy AbstractItemMetadataSelectionStage.identifierStrategy
          Strategy used to generate item identifiers for logging purposes.
 

Methods in net.shibboleth.metadata.pipeline that return ItemIdentificationStrategy
 ItemIdentificationStrategy AbstractItemMetadataSelectionStage.getItemIdentifierStrategy()
          Gets the strategy used to generate Item identifiers for logging purposes.
 

Methods in net.shibboleth.metadata.pipeline with parameters of type ItemIdentificationStrategy
 void AbstractItemMetadataSelectionStage.setIdentifierStrategy(ItemIdentificationStrategy strategy)
          Sets the strategy used to generate Item identifiers for logging purposes.
 



Copyright © 1999-2012. All Rights Reserved.