Package com.google.gerrit.server.account
Class AccountDirectory
- java.lang.Object
-
- com.google.gerrit.server.account.AccountDirectory
-
- Direct Known Subclasses:
InternalAccountDirectory
public abstract class AccountDirectory extends Object
Directory of user account information.Implementations supply data to Gerrit about user accounts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountDirectory.FillOptions
Fields to be populated for a REST API response.
-
Constructor Summary
Constructors Constructor Description AccountDirectory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
fillAccountInfo(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options)
-
-
-
Method Detail
-
fillAccountInfo
public abstract void fillAccountInfo(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options) throws PermissionBackendException
- Throws:
PermissionBackendException
-
-