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 Summary
Fields Modifier and Type Field Description private StringpipelineNameThe static pipeline name.
-
Constructor Summary
Constructors Constructor Description StaticPipelineNameStrategy(String name)Constructor.
-
-
-
Field Detail
-
pipelineName
private String pipelineName
The static pipeline name.
-
-
Constructor Detail
-
StaticPipelineNameStrategy
public StaticPipelineNameStrategy(@Nullable String name)Constructor.- Parameters:
name- the static pipeline name.
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable InOutOperationContext input)
- Specified by:
applyin interfaceFunction<InOutOperationContext,String>
-
-