prop.put(util.TSUtil.DPS_NAME, tsName);
// use confidentiality?
prop.put(util.TSUtil.DPS_CONFIDEALITY, Boolean.toString(confidencial));
// the DepSpace Accessor, who will access the DepSpace.
DepSpaceAccessor accessor = null;
try {
accessor = new DepSpaceAdmin(clientId).createSpace(prop);
} catch (NumberFormatException e) {
e.printStackTrace();