Package | Description |
---|---|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.handler |
Handles HTTP requests by generating responses.
|
org.forgerock.openig.script |
Scripting support.
|
Modifier and Type | Method and Description |
---|---|
ScriptableFilter |
ScriptableFilter.Heaplet.newInstance(Script script,
Heap heap) |
Modifier and Type | Method and Description |
---|---|
ScriptableHandler |
ScriptableHandler.Heaplet.newInstance(Script script,
Heap heap) |
Modifier and Type | Method and Description |
---|---|
static Script |
Script.fromFile(Environment environment,
String mimeType,
String file)
Loads a script having the provided content type and file name.
|
static Script |
Script.fromSource(Environment environment,
String mimeType,
String... sourceLines)
Loads a script having the provided content type and content.
|
static Script |
Script.fromSource(Environment environment,
String mimeType,
String source)
Loads a script having the provided content type and content.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractScriptableHeapObject |
AbstractScriptableHeapObject.AbstractScriptableHeaplet.newInstance(Script script,
Heap heap)
Creates the new heap object instance using the provided script.
|
Constructor and Description |
---|
AbstractScriptableHeapObject(Script compiledScript,
Heap heap)
Creates a new scriptable heap object using the provided compiled script.
|
Copyright 2011-2015 ForgeRock AS.