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
-
Field Details
-
paramName
Parameter name.
-
-
Constructor Details
-
SpringFlowScopeLookupFunction
Constructor.- Parameters:
name
- parameter name
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
String>
-