public interface AccountExternalIdCreator
Modifier and Type | Method and Description |
---|---|
List<com.google.gerrit.reviewdb.client.AccountExternalId> |
create(com.google.gerrit.reviewdb.client.Account.Id id,
String username,
String email)
Returns additional external identifiers to assign to a given
user when creating an account.
|
List<com.google.gerrit.reviewdb.client.AccountExternalId> create(com.google.gerrit.reviewdb.client.Account.Id id, String username, String email)
id
- the identifier of the account.username
- the name of the user.email
- an optional email address to assign to the external
identifiers, or null
.