Class ScriptedFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.ScriptedFunctionTest
-
public class ScriptedFunctionTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StringINTEGER_RETURN(package private) static StringSTRING_RETURN
-
Constructor Summary
Constructors Constructor Description ScriptedFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustom()voidmessageContext()voidsimpleScript()voidwithType()
-
-
-
Field Detail
-
STRING_RETURN
static final String STRING_RETURN
- See Also:
- Constant Field Values
-
INTEGER_RETURN
static final String INTEGER_RETURN
- See Also:
- Constant Field Values
-
-
Method Detail
-
simpleScript
public void simpleScript() throws ScriptException- Throws:
ScriptException
-
custom
public void custom() throws ScriptException- Throws:
ScriptException
-
withType
public void withType() throws ScriptException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
messageContext
public void messageContext() throws ScriptException- Throws:
ScriptException
-
-