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