// Inject the referral handling into the operation context
injectReferralControl( renameContext );
// execute rename operation
OperationManager operationManager = service.getOperationManager();
operationManager.rename( renameContext );
// clear the request controls and set the response controls
requestControls = EMPTY_CONTROLS;
responseControls = JndiUtils.toJndiControls( getDirectoryService().getLdapCodecService(),
renameContext.getResponseControls() );