Uses of Interface
org.opensaml.messaging.context.navigate.ContextDataLookupFunction
-
Packages that use ContextDataLookupFunction Package Description org.opensaml.messaging.context.navigate A set of functions used to navigate and lookup data from a tree ofBaseContexts. -
-
Uses of ContextDataLookupFunction in org.opensaml.messaging.context.navigate
Classes in org.opensaml.messaging.context.navigate that implement ContextDataLookupFunction Modifier and Type Class Description classChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext>AContextDataLookupFunctionthat gets the child context of a given parent context.classMessageContextLookup<StartContext extends BaseContext>A lookup function for resolving either the inbound or outboundMessageContextrelative to a particularBaseContext.classMessageLookup<T>AContextDataLookupFunctionthat returns the message from aMessageContext.classParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>AContextDataLookupFunctionthat gets the parent of a given context.classRecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>AContextDataLookupFunctionthat recurses up the parent chain of the input viaBaseContext.getParent(), and returns the first parent context that is an instance of the specified type.classRootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>AContextDataLookupFunctionthat gets the root of context tree.
-