Class AuthResult

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

public class AuthResult extends Object
  • Constructor Details

  • Method Details

    • getAccountId

      public Account.Id getAccountId()
      Identity of the user account that was authenticated into.
    • getExternalId

      public ExternalId.Key getExternalId()
      External identity used to authenticate the user.
    • isNew

      public boolean isNew()
      True if this account was recently created for the user.

      New users should be redirected to the registration screen, so they can configure their new user account.