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 contextParentContext
- 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.-
Field Details
-
parentType
Parent type.
-
-
Constructor Details
-
ParentContextLookup
Constructor.- Parameters:
type
- parent context type to look up
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<StartContext extends BaseContext,
ParentContext extends BaseContext>
-