logger.debug("acl: " + acl);
String ownerId = token.getOwnerID();
logger.debug("owner: " + ownerId);
String usernames = new OverEncryptClient().sendAndWait(
ClientPrimitives.OE_GET_USERNAMES, path, ownerId, acl).getValue(
"usernames");
ArrayList<String> users = new ArrayList<String>();