Class ProfileIdLookup
- java.lang.Object
-
- org.opensaml.profile.context.navigate.ProfileIdLookup
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>,ContextDataLookupFunction<ProfileRequestContext,String>
public class ProfileIdLookup extends Object implements ContextDataLookupFunction<ProfileRequestContext,String>
AContextDataLookupFunctionthat returns the profile ID for aProfileRequestContext.
-
-
Constructor Summary
Constructors Constructor Description ProfileIdLookup()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-