protected boolean createuser(String id, String pass) throws SystemCallNotSupported {
throw new SystemCallNotSupported();
}
protected String delegate(String path, String grantee, Access[] accesses, long TTL, Identity granter) throws SystemCallNotSupported {
throw new SystemCallNotSupported();
}