167168169170171172173174
} /** Set the user account for this current request only. */ public void setUserAccountId(Account.Id id, AuthMethod method) { key = new Key("id:" + id); val = new Val(id, 0, false, null, "", 0); authMethod = method; }