F - type of the context from which data will be extractedT - type of data returned by the functionpublic interface ContextDataLookupFunction<F extends BaseContext,T> extends Function<F,T>
Function that is used to navigate a BaseContext tree and extract data from it.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.