assertEquals("/a/b/c/d", pe.getRestriction(nodePath).getString());
assertEquals(PropertyType.PATH, pe.getRestriction(nodePath).getType());
restr = new HashMap();
restr.put(nodePath, restrictions.get(nodePath));
restr.put(glob, new BooleanValue(true));
pe = createEntry(testPrincipal, privs, true, restr);
assertEquals(true, pe.getRestriction(glob).getBoolean());
assertEquals(PropertyType.STRING, pe.getRestriction(glob).getType());
}