Package com.google.gerrit.httpd.WebSessionManager

Examples of com.google.gerrit.httpd.WebSessionManager.Val


  }

  /** 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;
  }
View Full Code Here

TOP

Related Classes of com.google.gerrit.httpd.WebSessionManager.Val

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.