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 Details

    • NAME

      public static final String 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

      public static final String 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

      public Object create() throws HeapException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: GenericHeaplet
      Called to request the heaplet create an object. Called by Heaplet.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 the GenericHeaplet.start() method.
      Specified by:
      create in class GenericHeaplet
      Returns:
      The created object.
      Throws:
      HeapException - if an exception occurred during creation of the heap object or any of its dependencies.