Class WebflowRequestContextProfileRequestContextLookup
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.WebflowRequestContextProfileRequestContextLookup
-
- All Implemented Interfaces:
Function<RequestContext,org.opensaml.profile.context.ProfileRequestContext>
public class WebflowRequestContextProfileRequestContextLookup extends Object implements Function<RequestContext,org.opensaml.profile.context.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 org.opensaml.profile.context.ProfileRequestContextapply(RequestContext requestContext)
-
-
-
Method Detail
-
apply
@Nullable public org.opensaml.profile.context.ProfileRequestContext apply(@Nullable RequestContext requestContext)- Specified by:
applyin interfaceFunction<RequestContext,org.opensaml.profile.context.ProfileRequestContext>
-
-