StartContext - type of starting contextParentContext - type of the parent contextpublic class ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> extends Object implements ContextDataLookupFunction<StartContext,ParentContext>
ContextDataLookupFunction that gets the parent of a given context.| Constructor and Description |
|---|
ParentContextLookup() |
| Modifier and Type | Method and Description |
|---|---|
ParentContext |
apply(StartContext input) |
@Nullable public ParentContext apply(@Nullable StartContext input)
apply in interface Function<StartContext extends BaseContext,ParentContext extends BaseContext>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.