try {
String s = new String(""+clientId);
String listStr = listToString(list);
accessor.replace(DepTuple.createTuple(s, "*"), DepTuple.createAccessControledTuple(null, new int[]{clientId}, s, listStr ));
} catch (DepSpaceException e) {
throw new DirectoryServiceConnectionProblemException("Connection Problem");
}
}