public class ScriptedFunctionTest extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
INTEGER_RETURN_7 |
(package private) static String |
INTEGER_RETURN_8 |
(package private) static String |
STRING_RETURN_7 |
(package private) static String |
STRING_RETURN_8 |
| Constructor and Description |
|---|
ScriptedFunctionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
custom() |
private String |
integerReturn() |
void |
messageContext() |
void |
simpleScript() |
private String |
stringReturn() |
void |
withType() |
void |
wrongType() |
static final String STRING_RETURN_7
static final String STRING_RETURN_8
static final String INTEGER_RETURN_7
static final String INTEGER_RETURN_8
private String stringReturn()
private String integerReturn()
public void simpleScript()
throws ScriptException
ScriptExceptionpublic void custom()
throws ScriptException
ScriptExceptionpublic void withType()
throws ScriptException,
NoSuchMethodException,
SecurityException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
public void wrongType()
throws ScriptException
ScriptExceptionpublic void messageContext()
throws ScriptException
ScriptExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.