Class IssuerRepository.Heaplet
java.lang.Object
org.forgerock.openig.heap.GenericHeaplet
org.forgerock.openig.filter.oauth2.client.IssuerRepository.Heaplet
- All Implemented Interfaces:
Heaplet
- Enclosing class:
- IssuerRepository
@Deprecated(since="2024.11",
forRemoval=true)
public static class IssuerRepository.Heaplet
extends GenericHeaplet
Deprecated, for removal: This API element is subject to removal in a future version.
Creates and initializes an
IssuerRepository in a heap environment.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.The heap key of an issuer repository guaranteed to be present in the Heap.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Public name used by resolver. -
Constructor Summary
ConstructorsConstructorDescriptionHeaplet()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.forgerock.openig.heap.GenericHeaplet
create, destroy, endpointRegistry, evaluatedWithHeapProperties, expression, getConfig, getHeap, getType, initialBindings, meterRegistryHolder, start
-
Field Details
-
NAME
Deprecated, for removal: This API element is subject to removal in a future version.Public name used by resolver.- See Also:
-
DEFAULT_ISSUER_REPOSITORY_HEAP_KEY
Deprecated, for removal: This API element is subject to removal in a future version.The heap key of an issuer repository guaranteed to be present in the Heap.- See Also:
-
-
Constructor Details
-
Heaplet
public Heaplet()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
create
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:GenericHeapletCalled to request the heaplet create an object. Called byHeaplet.create(Name, JsonValue, Heap)after initializing the protected field members. Implementations should parse configuration but not acquire resources, start threads, or log any initialization messages. These tasks should be performed by theGenericHeaplet.start()method.- Specified by:
createin classGenericHeaplet- Returns:
- The created object.
- Throws:
HeapException- if an exception occurred during creation of the heap object or any of its dependencies.
-