Package org.forgerock.openig.doc
Class SampleFilter.Heaplet
- java.lang.Object
-
- org.forgerock.openig.heap.GenericHeaplet
-
- org.forgerock.openig.doc.SampleFilter.Heaplet
-
- All Implemented Interfaces:
Heaplet
- Enclosing class:
- SampleFilter
public static class SampleFilter.Heaplet extends GenericHeaplet
Create and initialize the filter, based on the configuration. The filter object is stored in the heap.
-
-
Constructor Summary
Constructors Constructor Description Heaplet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
create()
Create the filter object in the heap, setting the header name and value for the filter, based on the configuration.-
Methods inherited from class org.forgerock.openig.heap.GenericHeaplet
create, destroy, endpointRegistry, evaluatedWithHeapProperties, expression, getConfig, getHeap, getSecretService, getType, meterRegistryHolder, start
-
-
-
-
Method Detail
-
create
public Object create() throws HeapException
Create the filter object in the heap, setting the header name and value for the filter, based on the configuration.- Specified by:
create
in classGenericHeaplet
- Returns:
- The filter object.
- Throws:
HeapException
- Failed to create the object.
-
-