Package com.google.gerrit.server.account
Class InternalAccountDirectory
java.lang.Object
com.google.gerrit.server.account.AccountDirectory
com.google.gerrit.server.account.InternalAccountDirectory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.google.gerrit.server.account.AccountDirectory
AccountDirectory.FillOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillAccountAttributeInfo
(Iterable<? extends com.google.gerrit.server.data.AccountAttribute> in) void
fillAccountInfo
(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options) getSecondaryEmails
(Account account, Collection<ExternalId> externalIds)
-
Method Details
-
fillAccountInfo
public void fillAccountInfo(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options) throws PermissionBackendException - Specified by:
fillAccountInfo
in classAccountDirectory
- Throws:
PermissionBackendException
-
fillAccountAttributeInfo
public void fillAccountAttributeInfo(Iterable<? extends com.google.gerrit.server.data.AccountAttribute> in) - Specified by:
fillAccountAttributeInfo
in classAccountDirectory
-
getSecondaryEmails
-