| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api | |
| org.apache.directory.ldap.client.api.future | |
| org.apache.directory.ldap.client.api.listener |
| Modifier and Type | Method and Description |
|---|---|
AddResponse |
LdapConnection.add(AddRequest addRequest)
Add an entry present in the AddRequest to the server.
|
AddResponse |
LdapConnection.add(org.apache.directory.shared.ldap.entry.Entry entry)
Add an entry to the server.
|
| Modifier and Type | Method and Description |
|---|---|
AddResponse |
AddFuture.get()
Get the AddResponse, blocking until one is received.
|
AddResponse |
AddFuture.get(long timeout,
TimeUnit unit)
Get the AddResponse, blocking until one is received, or until the
given timeout is reached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddListener.entryAdded(LdapConnection connection,
AddResponse response)
callback method called after completing the add operation.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.