| Package | Description |
|---|---|
| com.atlassian.crowd.directory |
| Modifier and Type | Method and Description |
|---|---|
BatchResult<Group> |
InternalRemoteDirectory.addAllGroups(Set<GroupTemplate> groups)
Adds a collection of groups to the directory.
|
BatchResult<User> |
InternalRemoteDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users)
Adds a collection of users to the directory.
|
BatchResult<String> |
InternalRemoteDirectory.addAllUsersToGroup(Set<String> userNames,
String groupName)
Adds a collection of users to a group.
|
BatchResult<String> |
InternalRemoteDirectory.removeAllGroups(Set<String> groupNames)
Removes all groups from the directory.
|
BatchResult<String> |
InternalRemoteDirectory.removeAllUsers(Set<String> usernames)
Removes all users from the directory.
|
Copyright © 2018 Atlassian. All rights reserved.