public class DSMLAbandonOperation extends Object
Constructor and Description |
---|
DSMLAbandonOperation(LDAPConnection connection)
Create an instance with the specified LDAP connection.
|
Modifier and Type | Method and Description |
---|---|
LDAPResult |
doOperation(ObjectFactory objFactory,
AbandonRequest abandonRequest,
List<Control> controls)
Perform the LDAP ABANDON operation and send the result back to the
client.
|
public DSMLAbandonOperation(LDAPConnection connection)
connection
- The LDAP connection to send the request on.public LDAPResult doOperation(ObjectFactory objFactory, AbandonRequest abandonRequest, List<Control> controls) throws LDAPException, IOException
objFactory
- The object factory for this operation.abandonRequest
- The abandon 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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.