Class ScriptedContextLookupFunction<T extends BaseContext>

java.lang.Object
net.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator
net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction<T>
Type Parameters:
T - the specific type of context
All Implemented Interfaces:
Function<T,Object>, ContextDataLookupFunction<T,Object>

public class ScriptedContextLookupFunction<T extends BaseContext> extends AbstractScriptEvaluator implements ContextDataLookupFunction<T,Object>
A Function over a BaseContext which calls out to a supplied script.