Package com.google.gerrit.server.account
Class InternalAccountDirectory
- java.lang.Object
-
- com.google.gerrit.server.account.AccountDirectory
-
- com.google.gerrit.server.account.InternalAccountDirectory
-
public class InternalAccountDirectory extends AccountDirectory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InternalAccountDirectory.Module
-
Nested classes/interfaces inherited from class com.google.gerrit.server.account.AccountDirectory
AccountDirectory.FillOptions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fillAccountInfo(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options)
List<String>
getSecondaryEmails(Account account, Collection<ExternalId> externalIds)
-
-
-
Method Detail
-
fillAccountInfo
public void fillAccountInfo(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options) throws PermissionBackendException
- Specified by:
fillAccountInfo
in classAccountDirectory
- Throws:
PermissionBackendException
-
getSecondaryEmails
public List<String> getSecondaryEmails(Account account, Collection<ExternalId> externalIds)
-
-