| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.logic |
Classes that represent basic first order logic concepts.
|
| net.shibboleth.utilities.java.support.scripting |
Classes for working with JSR-223 scripting environments.
|
| Constructor and Description |
|---|
ScriptedFunction(EvaluableScript theScript)
Constructor.
|
ScriptedFunction(EvaluableScript theScript,
String extraInfo)
Constructor.
|
ScriptedPredicate(EvaluableScript theScript)
Constructor.
|
ScriptedPredicate(EvaluableScript theScript,
String extraInfo)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private EvaluableScript |
ScriptedRunnable.script
What is run.
|
private EvaluableScript |
AbstractScriptEvaluator.script
The script we care about.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluableScript |
ScriptedRunnable.getScript()
Gets the script to be evaluated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptedRunnable.setScript(EvaluableScript matcherScript)
Sets the script to be evaluated.
|
| Constructor and Description |
|---|
AbstractScriptEvaluator(EvaluableScript theScript)
Constructor.
|
ScriptedRunnable.RunnableScriptEvaluator(EvaluableScript theScript)
Constructor.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.