8586878889909192939495
this.anonymousProvider = anonymousProvider; this.identified = identified; final String cookie = readCookie(); if (cookie != null) { key = new Key(cookie); val = manager.get(key); } else { key = null; val = null; }
166167168169170171172173174
accessPath = path; } /** 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; }