Uses of Interface
net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage.ItemOrderingStrategy

Packages that use EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
net.shibboleth.metadata.dom.saml Classes that work with DOM elements which contain SAML data. 
 

Uses of EntitiesDescriptorAssemblerStage.ItemOrderingStrategy in net.shibboleth.metadata.dom.saml
 

Classes in net.shibboleth.metadata.dom.saml that implement EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
private  class EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
          An ordering strategy that simply returns the collection in whatever order it was already in.
 

Fields in net.shibboleth.metadata.dom.saml declared as EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
private  EntitiesDescriptorAssemblerStage.ItemOrderingStrategy EntitiesDescriptorAssemblerStage.orderingStrategy
          Strategy used to order a collection of Items.
 

Methods in net.shibboleth.metadata.dom.saml that return EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
 EntitiesDescriptorAssemblerStage.ItemOrderingStrategy EntitiesDescriptorAssemblerStage.getItemOrderingStrategy()
          Gets the strategy used to order a collection of Items.
 

Methods in net.shibboleth.metadata.dom.saml with parameters of type EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
 void EntitiesDescriptorAssemblerStage.setItemOrderingStrategy(EntitiesDescriptorAssemblerStage.ItemOrderingStrategy strategy)
          Sets the strategy used to order a collection of Items.
 



Copyright © 2009-2011. All Rights Reserved.