Uses of Interface
net.shibboleth.metadata.pipeline.ItemOrderingStrategy
Packages that use ItemOrderingStrategy
Package
Description
Classes that work with DOM elements which contain SAML data.
A set of classes for constructing generic data processing pipelines.
Non-API classes for the pipeline package.
-
Uses of ItemOrderingStrategy in net.shibboleth.metadata.dom.saml
Fields in net.shibboleth.metadata.dom.saml declared as ItemOrderingStrategyModifier and TypeFieldDescriptionprivate ItemOrderingStrategy<Element>EntitiesDescriptorAssemblerStage.itemOrderingStrategyStrategy used to order a collection of Items.Methods in net.shibboleth.metadata.dom.saml that return ItemOrderingStrategyModifier and TypeMethodDescriptionfinal ItemOrderingStrategy<Element>EntitiesDescriptorAssemblerStage.getItemOrderingStrategy()Gets the strategy used to order a collection of Items.Methods in net.shibboleth.metadata.dom.saml with parameters of type ItemOrderingStrategyModifier and TypeMethodDescriptionvoidEntitiesDescriptorAssemblerStage.setItemOrderingStrategy(ItemOrderingStrategy<Element> strategy) Sets the strategy used to order a collection of Items. -
Uses of ItemOrderingStrategy in net.shibboleth.metadata.pipeline
Fields in net.shibboleth.metadata.pipeline declared as ItemOrderingStrategyModifier and TypeFieldDescriptionprivate ItemOrderingStrategy<T>ItemOrderingStage.orderingStrategyStrategy used to order a collection of Items.Methods in net.shibboleth.metadata.pipeline that return ItemOrderingStrategyModifier and TypeMethodDescriptionfinal ItemOrderingStrategy<T>ItemOrderingStage.getItemOrderingStrategy()Gets the strategy used to order a collection of Items.Methods in net.shibboleth.metadata.pipeline with parameters of type ItemOrderingStrategyModifier and TypeMethodDescriptionvoidItemOrderingStage.setItemOrderingStrategy(ItemOrderingStrategy<T> strategy) Sets the strategy used to order a collection of Items. -
Uses of ItemOrderingStrategy in net.shibboleth.metadata.pipeline.impl
Classes in net.shibboleth.metadata.pipeline.impl that implement ItemOrderingStrategyModifier and TypeClassDescriptionclassAn ordering strategy that simply returns the collection in whatever order it was already in.