public class DSMLDeleteOperation extends Object
| Constructor and Description |
|---|
DSMLDeleteOperation(LDAPConnection connection)
Create an instance with the specified LDAP connection.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPResult |
doOperation(ObjectFactory objFactory,
DelRequest deleteRequest,
List<Control> controls)
Perform the LDAP DELETE operation and send the result back to the
client.
|
public DSMLDeleteOperation(LDAPConnection connection)
connection - The LDAP connection to send the request on.public LDAPResult doOperation(ObjectFactory objFactory, DelRequest deleteRequest, List<Control> controls) throws IOException, LDAPException, org.forgerock.opendj.ldap.DecodeException
objFactory - The object factory for this operation.deleteRequest - The delete request for this operation.controls - Any required controls (e.g. for proxy authz).IOException - If an I/O problem occurs.LDAPException - If an error occurs while interacting with an LDAP
element.org.forgerock.opendj.ldap.DecodeException - If an error occurs while interacting with an ASN.1
element.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.