Package com.google.gerrit.server.account
Class AuthResult
java.lang.Object
com.google.gerrit.server.account.AuthResult
Result from
AccountManager.authenticate(AuthRequest)
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIdentity of the user account that was authenticated into.External identity used to authenticate the user.boolean
isNew()
True if this account was recently created for the user.
-
Constructor Details
-
AuthResult
-
-
Method Details
-
getAccountId
Identity of the user account that was authenticated into. -
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.
-