Package org.forgerock.openig.heap
Class EnvironmentHeap
- java.lang.Object
-
- org.forgerock.openig.heap.HeapImpl
-
- org.forgerock.openig.heap.EnvironmentHeap
-
- All Implemented Interfaces:
Heap
public class EnvironmentHeap extends HeapImpl
The rootHeapthat includes access to the environment additional information.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentHeap(Name name, Environment environment)Builds a new EnvironmentHeap with the givennameandenvironment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingsgetProperties()Returns the properties from this heap and its parents if any.-
Methods inherited from class org.forgerock.openig.heap.HeapImpl
addDefaultDeclaration, destroy, get, getAll, getHandler, init, put, resolve, resolve
-
-
-
-
Constructor Detail
-
EnvironmentHeap
public EnvironmentHeap(Name name, Environment environment)
Builds a new EnvironmentHeap with the givennameandenvironment.- Parameters:
name- name of this heapenvironment- environment to expose in properties
-
-
Method Detail
-
getProperties
public Bindings getProperties()
Description copied from interface:HeapReturns the properties from this heap and its parents if any.- Specified by:
getPropertiesin interfaceHeap- Overrides:
getPropertiesin classHeapImpl- Returns:
- the properties from this heap and its parents if any.
-
-