| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.directory |
| Modifier and Type | Method and Description |
|---|---|
BatchResult<User> |
InternalRemoteDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users)
Adds a collection of users to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationService.addAllUsers(Application application,
Collection<UserTemplateWithCredentialAndAttributes> users)
Adds the user to THE FIRST permissible active directory.
|
| Modifier and Type | Method and Description |
|---|---|
BulkAddResult<User> |
DirectoryManager.addAllUsers(long directoryId,
Collection<UserTemplateWithCredentialAndAttributes> users,
boolean overwrite)
Will add a collection of users to the directory specified by the passed in
directoryId param. |
Copyright © 2018 Atlassian. All rights reserved.