Class SpringFlowScopeLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.function.SpringFlowScopeLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class SpringFlowScopeLookupFunction extends Object implements Function<ProfileRequestContext,String>
A lookup function that fetches a SWF flow scope parameters.- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description SpringFlowScopeLookupFunction(String name)Constructor.
-
-
-
Constructor Detail
-
SpringFlowScopeLookupFunction
public SpringFlowScopeLookupFunction(@Nonnull @NotEmpty @ParameterName(name="name") String name)
Constructor.- Parameters:
name- parameter name
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext profileRequestContext)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-