public class InternalAccountDirectory extends AccountDirectory
Modifier and Type | Class and Description |
---|---|
static class |
InternalAccountDirectory.Module |
AccountDirectory.DirectoryException, AccountDirectory.FillOptions
Modifier and Type | Method and Description |
---|---|
void |
fillAccountInfo(Iterable<? extends com.google.gerrit.extensions.common.AccountInfo> in,
Set<AccountDirectory.FillOptions> options) |
List<String> |
getSecondaryEmails(com.google.gerrit.reviewdb.client.Account account,
Collection<com.google.gerrit.reviewdb.client.AccountExternalId> externalIds) |
public void fillAccountInfo(Iterable<? extends com.google.gerrit.extensions.common.AccountInfo> in, Set<AccountDirectory.FillOptions> options) throws AccountDirectory.DirectoryException
fillAccountInfo
in class AccountDirectory
AccountDirectory.DirectoryException
public List<String> getSecondaryEmails(com.google.gerrit.reviewdb.client.Account account, Collection<com.google.gerrit.reviewdb.client.AccountExternalId> externalIds)