Package net.shibboleth.idp.profile
Class ScriptedAction.ActionScriptEvaluator
- java.lang.Object
-
- net.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator
-
- net.shibboleth.idp.profile.ScriptedAction.ActionScriptEvaluator
-
- Enclosing class:
- ScriptedAction
private class ScriptedAction.ActionScriptEvaluator extends net.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluatorEvaluator bound to the Action semantic.
-
-
Constructor Summary
Constructors Constructor Description ActionScriptEvaluator(net.shibboleth.utilities.java.support.scripting.EvaluableScript theScript)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexecute(org.opensaml.profile.context.ProfileRequestContext profileContext)Execution hook for the script.ObjectgetCustomObject()protected voidprepareContext(ScriptContext scriptContext, Object... input)
-
-
-
Method Detail
-
getCustomObject
@Nullable public Object getCustomObject()
- Overrides:
getCustomObjectin classnet.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator
-
execute
@Nullable public String execute(@Nullable org.opensaml.profile.context.ProfileRequestContext profileContext)
Execution hook for the script.- Parameters:
profileContext- profile request context- Returns:
- the resulting event
-
prepareContext
protected void prepareContext(@Nonnull ScriptContext scriptContext, @Nullable Object... input)- Specified by:
prepareContextin classnet.shibboleth.utilities.java.support.scripting.AbstractScriptEvaluator
-
-