private class ScriptedRunnable.RunnableScriptEvaluator extends AbstractScriptEvaluator
DEFAULT_ENGINE| Constructor and Description |
|---|
RunnableScriptEvaluator(EvaluableScript theScript)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Run the script.
|
protected void |
prepareContext(ScriptContext scriptContext,
Object... input)
Pre-process the script context before execution.
|
evaluate, finalizeContext, getCustomObject, getHideExceptions, getLogPrefix, getOutputType, getReturnOnError, setCustomObject, setHideExceptions, setLogPrefix, setOutputType, setReturnOnErrorpublic RunnableScriptEvaluator(@Nonnull EvaluableScript theScript)
theScript - the script we will evaluate.protected void prepareContext(ScriptContext scriptContext, Object... input)
prepareContext in class AbstractScriptEvaluatorscriptContext - the script contextinput - the inputpublic void execute()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.