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 MemoryBackendMemoryBackend. addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn,MemoryBackend,Attribute> virtualAttributeFactory)Adds a virtual attribute to the backend.MemoryBackendMemoryBackend. clear()Clears the contents of this memory backend so that it does not contain any entries.MemoryBackendMemoryBackend. enableVirtualAttributes(boolean enabled)Indicates whether search responses should include thehasSubordinatesandnumSubordinatesvirtual attributes if requested.MemoryBackendMemoryBackend. loadNoOverwrite(EntryReader reader)Reads all of the entries from the provided entry reader and adds them to the content of this memory backend.MemoryBackendMemoryBackend. 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 MemoryBackendMemoryBackend. addVirtualAttributes(AttributeDescription attributeDescription, BiFunction<Dn,MemoryBackend,Attribute> virtualAttributeFactory)Adds a virtual attribute to the backend.
-