ObjectNode courObject = null;
while (uriTokenizer.hasMoreElements()) {
// 3 - Load object's class from the uri. If the object
// does not exist, a DataException is thrown.
courUri = uriTokenizer.nextUri();
courObject = courUri.getStore()
.retrieveObject(courUri);
// We check to see if the credentials gives access to
//the current object