Class AccountState

java.lang.Object
com.google.gerrit.server.account.AccountState

public abstract class AccountState extends Object
Superset of all information related to an Account. This includes external IDs, project watches, and properties from the account config file. AccountState maps one-to-one to Account.

Most callers should not construct AccountStates directly but rather lookup accounts via the account cache (see AccountCache.get(Account.Id)).

  • Constructor Details

    • AccountState

      public AccountState()
  • Method Details