public synchronized ObjectId getUserID(String login) throws KettleException {
   return userDelegate.getUserID(login);
 }