Functions used to navigate and lookup data
from a tree of BaseContexts.See: Description
| Interface | Description |
|---|---|
| ContextDataLookupFunction<F extends BaseContext,T> |
A
Function that is used to navigate a BaseContext tree and extract data from it. |
| Class | Description |
|---|---|
| ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext> |
A
ContextDataLookupFunction that gets the child context of a given parent context. |
| MessageLookup<T> |
A
ContextDataLookupFunction that returns the message from a MessageContext. |
| ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> |
A
ContextDataLookupFunction that gets the parent of a given context. |
| 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. |
| RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext> |
A
ContextDataLookupFunction that gets the root of context tree. |
Functions used to navigate and lookup data
from a tree of BaseContexts.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.