| 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 |
RecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that recurses up the parent chain of the input via
BaseContext.getParent(), and returns the first parent context that is an instance
of the specified type. |
class |
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>
A
ContextDataLookupFunction that gets the root of context tree. |
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.