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_7(package private) static StringINTEGER_RETURN_8(package private) static StringSTRING_RETURN_7(package private) static StringSTRING_RETURN_8
-
Constructor Summary
Constructors Constructor Description ScriptedFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustom()private StringintegerReturn()voidmessageContext()voidsimpleScript()private StringstringReturn()voidwithType()
-
-
-
Field Detail
-
STRING_RETURN_7
static final String STRING_RETURN_7
- See Also:
- Constant Field Values
-
STRING_RETURN_8
static final String STRING_RETURN_8
- See Also:
- Constant Field Values
-
INTEGER_RETURN_7
static final String INTEGER_RETURN_7
- See Also:
- Constant Field Values
-
INTEGER_RETURN_8
static final String INTEGER_RETURN_8
- See Also:
- Constant Field Values
-
-
Method Detail
-
stringReturn
private String stringReturn()
-
integerReturn
private String integerReturn()
-
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
-
-