Class ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>

java.lang.Object
org.opensaml.messaging.context.navigate.ParentContextLookup<StartContext,ParentContext>
Type Parameters:
StartContext - type of starting context
ParentContext - type of the parent context
All Implemented Interfaces:
Function<StartContext,ParentContext>, ContextDataLookupFunction<StartContext,ParentContext>

public class ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> extends Object implements ContextDataLookupFunction<StartContext,ParentContext>
A ContextDataLookupFunction that gets the parent of a given context.