private class ScriptedAction.ActionScriptEvaluator extends AbstractScriptEvaluator
DEFAULT_ENGINE| Constructor and Description |
|---|
ScriptedAction.ActionScriptEvaluator(EvaluableScript theScript)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(ProfileRequestContext profileContext)
Execution hook for the script.
|
Object |
getCustomObject() |
protected void |
prepareContext(ScriptContext scriptContext,
Object... input) |
evaluate, finalizeContext, getHideExceptions, getLogPrefix, getOutputType, getReturnOnError, setCustomObject, setHideExceptions, setLogPrefix, setOutputType, setReturnOnErrorpublic ScriptedAction.ActionScriptEvaluator(@Nonnull EvaluableScript theScript)
theScript - the script we will evaluate.@Nullable public Object getCustomObject()
getCustomObject in class AbstractScriptEvaluator@Nullable public String execute(@Nullable ProfileRequestContext profileContext)
profileContext - profile request contextprotected void prepareContext(@Nonnull ScriptContext scriptContext, @Nullable Object... input)
prepareContext in class AbstractScriptEvaluatorCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.