Uses of Class
net.shibboleth.metadata.util.ClassToInstanceMultiMap

Packages that use ClassToInstanceMultiMap
net.shibboleth.metadata Base classes for dealing with collections of metadata (whatever metadata might mean to you). 
net.shibboleth.metadata.util Some utility classes. 
 

Uses of ClassToInstanceMultiMap in net.shibboleth.metadata
 

Fields in net.shibboleth.metadata declared as ClassToInstanceMultiMap
private  ClassToInstanceMultiMap<ItemMetadata> AbstractItem.metadata
          Additional processing information associated with this Item.
 

Methods in net.shibboleth.metadata that return ClassToInstanceMultiMap
 ClassToInstanceMultiMap<ItemMetadata> Item.getItemMetadata()
          Gets all of the metadata attached to this Item.
 ClassToInstanceMultiMap<ItemMetadata> AbstractItem.getItemMetadata()
          Gets all of the metadata attached to this Item.
 

Uses of ClassToInstanceMultiMap in net.shibboleth.metadata.util
 

Fields in net.shibboleth.metadata.util declared as ClassToInstanceMultiMap
private  ClassToInstanceMultiMap<ItemMetadata> ItemCollectionWithMetadata.metadata
          Additional processing information associated with this collection of Items.
 

Methods in net.shibboleth.metadata.util that return ClassToInstanceMultiMap
 ClassToInstanceMultiMap<ItemMetadata> ItemCollectionWithMetadata.getCollectionMetadata()
          Gets the ItemMetadata for this collection.
 

Methods in net.shibboleth.metadata.util with parameters of type ClassToInstanceMultiMap
 void ClassToInstanceMultiMap.putAll(ClassToInstanceMultiMap<? extends B> newValues)
          Adds all the values to the map.
 



Copyright © 2009-2011. All Rights Reserved.