public class InternalAccountDirectory extends AccountDirectory
Modifier and Type | Class and Description |
---|---|
static class |
InternalAccountDirectory.Module |
AccountDirectory.FillOptions
Modifier and Type | Method and Description |
---|---|
void |
fillAccountInfo(java.lang.Iterable<? extends AccountInfo> in,
java.util.Set<AccountDirectory.FillOptions> options) |
java.util.List<java.lang.String> |
getSecondaryEmails(Account account,
java.util.Collection<ExternalId> externalIds) |
public void fillAccountInfo(java.lang.Iterable<? extends AccountInfo> in, java.util.Set<AccountDirectory.FillOptions> options) throws PermissionBackendException
fillAccountInfo
in class AccountDirectory
PermissionBackendException
public java.util.List<java.lang.String> getSecondaryEmails(Account account, java.util.Collection<ExternalId> externalIds)