Uses of Class
org.forgerock.opendj.ldap.MemoryBackend
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of MemoryBackend in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionMemoryBackend.addVirtualAttributes
(AttributeDescription attributeDescription, BiFunction<Dn, MemoryBackend, Attribute> virtualAttributeFactory) Adds a virtual attribute to the backend.MemoryBackend.clear()
Clears the contents of this memory backend so that it does not contain any entries.MemoryBackend.enableVirtualAttributes
(boolean enabled) Indicates whether search responses should include thehasSubordinates
andnumSubordinates
virtual attributes if requested.MemoryBackend.loadNoOverwrite
(EntryReader reader) Reads all of the entries from the provided entry reader and adds them to the content of this memory backend.MemoryBackend.loadOverwrite
(EntryReader reader) Reads all of the entries from the provided entry reader and adds them to the content of this memory backend replacing any existing entries having the same name.Modifier and TypeMethodDescriptionMemoryBackend.addVirtualAttributes
(AttributeDescription attributeDescription, BiFunction<Dn, MemoryBackend, Attribute> virtualAttributeFactory) Adds a virtual attribute to the backend.