Uses of Class
org.forgerock.openig.heap.Name
-
Packages that use Name Package Description org.forgerock.openig.decoration Decorator API to ease heap object customization and transformation.org.forgerock.openig.decoration.helper Contains an abstract decorator dedicated to Filter and Handler.org.forgerock.openig.heap 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 Modifier and Type Method Description NameContext. getName()Returns the name of the heap object being decorated. -
Uses of Name in org.forgerock.openig.decoration.helper
Fields in org.forgerock.openig.decoration.helper declared as Name Modifier and Type Field Description protected NameDecoratorHeaplet. nameThe fully qualified name of the object to be created.Methods in org.forgerock.openig.decoration.helper with parameters of type Name Modifier and Type Method Description ObjectDecoratorHeaplet. create(Name name, JsonValue config, Heap heap) -
Uses of Name in org.forgerock.openig.heap
Fields in org.forgerock.openig.heap declared as Name Modifier and Type Field Description protected NameGenericHeaplet. qualifiedThe fully qualified name of the object to be created.Methods in org.forgerock.openig.heap that return Name Modifier and Type Method Description NameName. child(String name)Creates a new Name, relative to this Name with the given leaf name.NameName. decorated(String decorator)Returns this name with the last segment adapted to include the decorator name.NameHeap. getName()Returns the name of this heap.NameHeapImpl. getName()NameName. getParent()Returns the parent Name (can benull).static NameName. of(Class<?> type)Builds a new Name for the given type.static NameName. of(String... parts)Builds a new Name using the given name parts.Methods in org.forgerock.openig.heap with parameters of type Name Modifier and Type Method Description ObjectGenericHeaplet. create(Name name, JsonValue config, Heap heap)ObjectHeaplet. create(Name name, JsonValue config, Heap heap)Called to request the heaplet to create an object.Constructors in org.forgerock.openig.heap with parameters of type Name Constructor Description EnvironmentHeap(Name name, String bindingName, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver)Builds a new EnvironmentHeap with the givennameandenvironment.EnvironmentHeap(Name name, Environment environment, org.forgerock.config.resolvers.PropertyResolver propertyResolver)Builds a new EnvironmentHeap with the givennameandenvironment.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.HeapImpl(Name name)Builds a root heap (will be referenced by children but has no parent itself).
-