Package com.google.gerrit.server.account
Class AccountDirectory
java.lang.Object
com.google.gerrit.server.account.AccountDirectory
- Direct Known Subclasses:
InternalAccountDirectory
Directory of user account information.
Implementations supply data to Gerrit about user accounts.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Fields to be populated for SSH or REST API response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
fillAccountAttributeInfo
(Iterable<? extends com.google.gerrit.server.data.AccountAttribute> in) abstract void
fillAccountInfo
(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options)
-
Constructor Details
-
AccountDirectory
public AccountDirectory()
-
-
Method Details
-
fillAccountInfo
public abstract void fillAccountInfo(Iterable<? extends AccountInfo> in, Set<AccountDirectory.FillOptions> options) throws PermissionBackendException - Throws:
PermissionBackendException
-
fillAccountAttributeInfo
public abstract void fillAccountAttributeInfo(Iterable<? extends com.google.gerrit.server.data.AccountAttribute> in)
-