Uses of Record Class
net.shibboleth.metadata.pipeline.PipelineAndStrategy
Packages that use PipelineAndStrategy
Package
Description
A set of classes for constructing generic data processing pipelines.
-
Uses of PipelineAndStrategy in net.shibboleth.metadata.pipeline
Fields in net.shibboleth.metadata.pipeline with type parameters of type PipelineAndStrategyModifier and TypeFieldDescriptionprivate List<PipelineAndStrategy<T>>PipelineDemultiplexerStage.pipelinesAndStrategiesThe pipelines through which items are sent and the selection strategy used for that pipeline.Methods in net.shibboleth.metadata.pipeline that return types with arguments of type PipelineAndStrategyModifier and TypeMethodDescriptionfinal List<PipelineAndStrategy<T>>PipelineDemultiplexerStage.getPipelinesAndStrategies()Gets the pipelines and item selection strategies used to demultiplex item collections within this stage.Method parameters in net.shibboleth.metadata.pipeline with type arguments of type PipelineAndStrategyModifier and TypeMethodDescriptionvoidPipelineDemultiplexerStage.setPipelinesAndStrategies(List<PipelineAndStrategy<T>> passes) Sets the pipelines and item selection strategies used to demultiplex item collections within this stage.