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 |
---|---|
DeleteResponse |
LdapConnection.delete(DeleteRequest deleteRequest)
Performs a delete operation based on the delete request object.
|
DeleteResponse |
LdapConnection.delete(org.apache.directory.shared.ldap.name.DN dn)
deletes the entry with the given DN
|
DeleteResponse |
LdapConnection.delete(String dn)
deletes the entry with the given DN
|
DeleteResponse |
LdapConnection.deleteTree(org.apache.directory.shared.ldap.name.DN dn)
deletes the entry with the given DN, and all its children
|
DeleteResponse |
LdapConnection.deleteTree(String dn)
deletes the entry with the given DN, and all its children
|
Modifier and Type | Method and Description |
---|---|
DeleteResponse |
DeleteFuture.get()
Get the DeleteResponse, blocking until one is received.
|
DeleteResponse |
DeleteFuture.get(long timeout,
TimeUnit unit)
Get the DeleteResponse, blocking until one is received, or until the
given timeout is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteListener.entryDeleted(LdapConnection connection,
DeleteResponse response)
callback method called after completing the delete operation.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.