Class WebflowRequestContextProfileRequestContextLookup
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.WebflowRequestContextProfileRequestContextLookup
-
- All Implemented Interfaces:
Function<RequestContext,ProfileRequestContext>
public class WebflowRequestContextProfileRequestContextLookup extends Object implements Function<RequestContext,ProfileRequestContext>
AFunctionthat extracts theProfileRequestContextfrom the current Webflow conversation. It is expected that theProfileRequestContextwill be bound to the conversation attribute identified byProfileRequestContext.BINDING_KEY.
-
-
Constructor Summary
Constructors Constructor Description WebflowRequestContextProfileRequestContextLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileRequestContextapply(RequestContext requestContext)
-
-
-
Method Detail
-
apply
@Nullable public ProfileRequestContext apply(@Nullable RequestContext requestContext)
- Specified by:
applyin interfaceFunction<RequestContext,ProfileRequestContext>
-
-