Package org.opensaml.messaging.pipeline
Class StaticPipelineNameStrategy
java.lang.Object
org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
- All Implemented Interfaces:
Function<InOutOperationContext,
String>
public class StaticPipelineNameStrategy
extends Object
implements Function<InOutOperationContext,String>
Static strategy function for resolving a pipeline name.
-
Field Details
-
pipelineName
The static pipeline name.
-
-
Constructor Details
-
StaticPipelineNameStrategy
Constructor.- Parameters:
name
- the static pipeline name.
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<InOutOperationContext,
String>
-