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 |
---|---|
ModifyResponse |
LdapConnection.modify(org.apache.directory.shared.ldap.entry.Entry entry,
org.apache.directory.shared.ldap.entry.ModificationOperation modOp)
modifies all the attributes present in the entry by applying the same operation.
|
ModifyResponse |
LdapConnection.modify(ModifyRequest modRequest)
Performs an modify operation based on the modifications present in
the ModifyRequest.
|
Modifier and Type | Method and Description |
---|---|
ModifyResponse |
ModifyFuture.get()
Get the ModifyResponse, blocking until one is received.
|
ModifyResponse |
ModifyFuture.get(long timeout,
TimeUnit unit)
Get the ModifyResponse, blocking until one is received, or until the
given timeout is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyListener.modifyCompleted(LdapConnection connection,
ModifyResponse response)
callback method called after completing the modify operation.
|
Copyright © 2009–2014 The Apache Software Foundation. All rights reserved.