| Package | Description |
|---|---|
| org.opensaml.messaging.context.navigate |
A set of
Functions used to navigate and lookup data
from a tree of BaseContexts. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext>
A
ContextDataLookupFunction that gets the child context of a given parent context. |
class |
MessageLookup<T>
A
ContextDataLookupFunction that returns the message from a MessageContext. |
class |
ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that gets the parent of a given context. |
class |
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>
A
ContextDataLookupFunction that gets the root of context tree. |
Copyright © 1999–2015. All rights reserved.