Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
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 the
hasSubordinates and numSubordinates
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.