return new Identity().create(id, pass);
}
@Override
protected String delegate(String path, String grantee, Access[] accesses, long TTL, Identity granter) throws SystemCallNotSupported {
if( isLocal(path)) throw new SystemCallNotSupported();
return "" + (new AccessToken(accesses,grantee,path,TTL,granter));
}