Package | Description |
---|---|
org.forgerock.openig.decoration |
Decorator API to ease heap object customization and transformation.
|
org.forgerock.openig.decoration.helper |
Contains an abstract decorator dedicated to Filter and Handler.
|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
org.forgerock.openig.handler |
Handles HTTP requests by generating responses.
|
org.forgerock.openig.heap |
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
|
org.forgerock.openig.script |
Scripting support.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
Heap |
Context.getHeap()
Returns the heap that spawned the decorated heap object.
|
Modifier and Type | Field and Description |
---|---|
protected Heap |
DecoratorHeaplet.heap
Where objects should be put and where object dependencies should be retrieved.
|
Modifier and Type | Method and Description |
---|---|
Object |
DecoratorHeaplet.create(Name name,
JsonValue config,
Heap heap) |
static <R> LazyReference<R> |
LazyReference.newReference(Heap heap,
JsonValue reference,
Class<R> type,
boolean optional)
Builds a LazyReference dedicated to resolve the given (optional or not)
reference of type type
from the given heap . |
Modifier and Type | Method and Description |
---|---|
ScriptableFilter |
ScriptableFilter.Heaplet.newInstance(Script script,
Heap heap) |
Constructor and Description |
---|
ClientRegistrationFilter(Handler registrationHandler,
JsonValue config,
Heap heap,
String suffix)
Creates a new dynamic registration filter.
|
OAuth2ClientFilter(TimeService time,
Heap heap,
JsonValue metadata,
String name,
Handler discoveryHandler,
Expression<String> clientEndpoint)
Constructs an
OAuth2ClientFilter . |
Modifier and Type | Method and Description |
---|---|
ScriptableHandler |
ScriptableHandler.Heaplet.newInstance(Script script,
Heap heap) |
Modifier and Type | Class and Description |
---|---|
class |
HeapImpl
The concrete implementation of a heap.
|
Modifier and Type | Field and Description |
---|---|
protected Heap |
GenericHeaplet.heap
Where objects should be put and where object dependencies should be retrieved.
|
Modifier and Type | Method and Description |
---|---|
Object |
Heaplet.create(Name name,
JsonValue config,
Heap heap)
Called to request the heaplet to create an object.
|
Object |
GenericHeaplet.create(Name name,
JsonValue config,
Heap heap) |
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.
|
Modifier and Type | Method and Description |
---|---|
static <T> Function<JsonValue,T,HeapException> |
JsonValues.ofRequiredHeapObject(Heap heap,
Class<T> type)
|
Copyright 2011-2015 ForgeRock AS.