Package net.shibboleth.idp.profile
Class ScriptedAction.ActionScriptEvaluator
java.lang.Object
net.shibboleth.shared.scripting.AbstractScriptEvaluator
net.shibboleth.idp.profile.ScriptedAction.ActionScriptEvaluator
- Enclosing class:
- ScriptedAction
Evaluator bound to the Action semantic.
-
Field Summary
Fields inherited from class net.shibboleth.shared.scripting.AbstractScriptEvaluator
DEFAULT_ENGINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ProfileRequestContext profileContext) Execution hook for the script.protected voidprepareContext(ScriptContext scriptContext, Object... input) Methods inherited from class net.shibboleth.shared.scripting.AbstractScriptEvaluator
evaluate, finalizeContext, getHideExceptions, getLogPrefix, getOutputType, getReturnOnError, setContextExtenders, setCustomObject, setHideExceptions, setLogPrefix, setOutputType, setReturnOnError
-
Constructor Details
-
Method Details
-
getCustomObject
- Overrides:
getCustomObjectin classAbstractScriptEvaluator
-
execute
Execution hook for the script.- Parameters:
profileContext- profile request context- Returns:
- the resulting event
-
prepareContext
- Specified by:
prepareContextin classAbstractScriptEvaluator
-