SlideToken slidetoken = new SlideTokenImpl(new CredentialsToken(caller));
String strUri = config.getUsersPath()+"/"+group.getName();
// create the node in the structure
ObjectNode object = new GroupNode();
structure.create(slidetoken, object, strUri);
// create a revision with the appropriate properties set
NodeRevisionDescriptor revision = new NodeRevisionDescriptor(0);