public class InMemoryDirectory extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.unboundid.ldap.listener.InMemoryDirectoryServer |
directoryServer
Directory server.
|
| Constructor and Description |
|---|
InMemoryDirectory(Resource ldif)
Default constructor.
|
@Nonnull private final com.unboundid.ldap.listener.InMemoryDirectoryServer directoryServer
public InMemoryDirectory(@Nonnull Resource ldif) throws com.unboundid.ldap.sdk.LDAPException, IOException
LDIF - the LDIF resource to be importedcom.unboundid.ldap.sdk.LDAPException - if the in-memory directory server cannot be createdIOException - if the LDIF resource cannot be importedCopyright © 1999–2014. All rights reserved.