Package | Description |
---|---|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.filter.oauth2 |
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
|
org.forgerock.openig.filter.throttling |
This package contains the components used to implement a throttling rate support.
|
org.forgerock.openig.handler |
Handles HTTP requests by generating responses.
|
org.forgerock.openig.openam |
Integration classes specifically for ForgeRock Access Management.
|
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 |
---|---|
ScriptableResourceAccess |
ScriptableResourceAccess.Heaplet.newInstance(Script script,
Heap heap) |
ScriptableAccessTokenResolver |
ScriptableAccessTokenResolver.Heaplet.newInstance(Script script,
Heap heap) |
Modifier and Type | Method and Description |
---|---|
ScriptableThrottlingPolicy |
ScriptableThrottlingPolicy.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 |
---|---|
ScriptableResourceUriProvider |
ScriptableResourceUriProvider.Heaplet.newInstance(Script script,
Heap heap) |
Modifier and Type | Method and Description |
---|---|
Script |
ScriptFactory.createInline(String... lines)
Build a new
Script instance from the given lines representing the script content. |
Script |
GroovyScriptFactory.createInline(String... lines) |
Script |
ScriptFactory.createResource(String resource)
Build a new
Script instance from a resource name. |
Script |
GroovyScriptFactory.createResource(String resource) |
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,
String name)
Creates a new scriptable heap object using the provided compiled script.
|
Copyright 2011-2017 ForgeRock AS.