public class ModifyOperation extends AbstractOperation<ModifyRequest,java.lang.Void>
AbstractOperation.ReopenOperationExceptionHandlerlogger| Constructor and Description |
|---|
ModifyOperation(Connection conn)
Creates a new modify operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Response<java.lang.Void> |
invoke(ModifyRequest request)
Call the provider specific implementation of this ldap operation.
|
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toStringpublic ModifyOperation(Connection conn)
conn - connectionprotected Response<java.lang.Void> invoke(ModifyRequest request) throws LdapException
AbstractOperationinvoke in class AbstractOperation<ModifyRequest,java.lang.Void>request - ldap requestLdapException - if the invocation fails