Class ParentProfileRequestContextLookup<StartContext extends org.opensaml.messaging.context.BaseContext>
- java.lang.Object
-
- org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup<StartContext,ProfileRequestContext>
-
- org.opensaml.profile.context.navigate.ParentProfileRequestContextLookup<StartContext>
-
- Type Parameters:
StartContext- type of starting context
- All Implemented Interfaces:
Function<StartContext,ProfileRequestContext>,org.opensaml.messaging.context.navigate.ContextDataLookupFunction<StartContext,ProfileRequestContext>
public class ParentProfileRequestContextLookup<StartContext extends org.opensaml.messaging.context.BaseContext> extends org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup<StartContext,ProfileRequestContext>
A convenience subtype ofRecursiveTypedParentContextLookupwhich returns theProfileRequestContextparent of the targetBaseContext.
-
-
Constructor Summary
Constructors Constructor Description ParentProfileRequestContextLookup()Constructor.
-