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>
A
Function
that extracts the ProfileRequestContext
from the current Webflow conversation. It is
expected that the ProfileRequestContext
will be bound to the conversation attribute identified by
ProfileRequestContext.BINDING_KEY
.-
Constructor Details
-
WebflowRequestContextProfileRequestContextLookup
public WebflowRequestContextProfileRequestContextLookup()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<RequestContext,
ProfileRequestContext>
-