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