Uses of Class
org.forgerock.opendj.ldap.MemoryBackend
-
Packages that use MemoryBackend Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of MemoryBackend in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return MemoryBackend Modifier and Type Method Description MemoryBackend
MemoryBackend. addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn,MemoryBackend,Attribute> virtualAttributeFactory)
Adds a virtual attribute to the backend.MemoryBackend
MemoryBackend. clear()
Clears the contents of this memory backend so that it does not contain any entries.MemoryBackend
MemoryBackend. enableVirtualAttributes(boolean enabled)
Indicates whether search responses should include thehasSubordinates
andnumSubordinates
virtual attributes if requested.MemoryBackend
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
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.Method parameters in org.forgerock.opendj.ldap with type arguments of type MemoryBackend Modifier and Type Method Description MemoryBackend
MemoryBackend. addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn,MemoryBackend,Attribute> virtualAttributeFactory)
Adds a virtual attribute to the backend.
-