Uses of Class
org.forgerock.openig.heap.HeapImpl
-
Packages that use HeapImpl Package Description org.forgerock.openig.heap Manages collections or "heaps" of associated objects, initialized from declarative configuration artifacts.org.forgerock.openig.secrets Provides the Common Secrets API for accessing secrets of various kinds. -
-
Uses of HeapImpl in org.forgerock.openig.heap
Subclasses of HeapImpl in org.forgerock.openig.heap Modifier and Type Class Description class
EnvironmentHeap
The rootHeap
that includes access to the environment additional information.Constructors in org.forgerock.openig.heap with parameters of type HeapImpl Constructor Description HeapImpl(HeapImpl parent, Name name)
Builds a new heap that is a child of the given heap.HeapImpl(HeapImpl parent, Name name, org.forgerock.config.resolvers.PropertyResolver propertyResolver)
Builds a new heap that is a child of the given heap. -
Uses of HeapImpl in org.forgerock.openig.secrets
Methods in org.forgerock.openig.secrets with parameters of type HeapImpl Modifier and Type Method Description void
DefaultSecretsService.Builder. injectIn(HeapImpl destination)
Builds and configures a newDefaultSecretsService
instance, and finally inject the reference in the givendestination
HeapImpl
.
-