Uses of Class
org.forgerock.openig.heap.Name
Packages that use Name
Package
Description
Decorator API to ease heap object customization and transformation.
Contains an abstract decorator dedicated to Filter and Handler.
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
-
Uses of Name in org.forgerock.openig.decoration
Methods in org.forgerock.openig.decoration that return Name -
Uses of Name in org.forgerock.openig.decoration.helper
Fields in org.forgerock.openig.decoration.helper declared as NameModifier and TypeFieldDescriptionprotected Name
DecoratorHeaplet.name
The fully qualified name of the object to be created.Methods in org.forgerock.openig.decoration.helper with parameters of type Name -
Uses of Name in org.forgerock.openig.heap
Fields in org.forgerock.openig.heap declared as NameModifier and TypeFieldDescriptionprotected Name
GenericHeaplet.qualified
The fully qualified name of the object to be created.Methods in org.forgerock.openig.heap that return NameModifier and TypeMethodDescriptionCreates a new Name, relative to this Name with the given leaf name.Returns this name with the last segment adapted to include the decorator name.Heap.getName()
Returns the name of this heap.HeapImpl.getName()
Name.getParent()
Returns the parent Name (can benull
).static Name
Builds a new Name for the given type.static Name
Builds a new Name using the given name parts.Methods in org.forgerock.openig.heap with parameters of type NameModifier and TypeMethodDescriptionCalled to request the heaplet to create an object.Constructors in org.forgerock.openig.heap with parameters of type NameModifierConstructorDescriptionEnvironmentHeap
(Name name, String bindingName, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver, StartupMetrics parentStartupMetrics) Builds a new EnvironmentHeap with the givenname
andenvironment
.EnvironmentHeap
(Name name, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver) Builds a new EnvironmentHeap with the givenname
andenvironment
.Builds a new heap that is a child of the given heap.Builds a root heap (will be referenced by children but has no parent itself).HeapImpl
(Name name, org.forgerock.config.resolvers.PropertyResolver propertyResolver, StartupMetrics parentStartupMetrics) Builds a new heap.