public abstract class AccountDirectory
extends java.lang.Object
Implementations supply data to Gerrit about user accounts.
Modifier and Type | Class and Description |
---|---|
static class |
AccountDirectory.FillOptions
Fields to be populated for a REST API response.
|
Constructor and Description |
---|
AccountDirectory() |
Modifier and Type | Method and Description |
---|---|
abstract void |
fillAccountInfo(java.lang.Iterable<? extends AccountInfo> in,
java.util.Set<AccountDirectory.FillOptions> options) |
public abstract void fillAccountInfo(java.lang.Iterable<? extends AccountInfo> in, java.util.Set<AccountDirectory.FillOptions> options) throws PermissionBackendException
PermissionBackendException