| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.directory | |
| com.atlassian.crowd.model.group |
| Modifier and Type | Method and Description |
|---|---|
Group |
RemoteDirectory.addGroup(GroupTemplate group)
Adds a
group to the directory store. |
Group |
InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
Adds a "local" group to the directory.
|
Group |
RemoteDirectory.updateGroup(GroupTemplate group)
Updates the
group. |
| Modifier and Type | Method and Description |
|---|---|
BatchResult<Group> |
InternalRemoteDirectory.addAllGroups(Set<GroupTemplate> groups)
Adds a collection of groups to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
ApplicationService.addGroup(Application application,
GroupTemplate group)
Adds the group to ALL the active permissible directories.
|
Group |
ApplicationService.updateGroup(Application application,
GroupTemplate group)
Updates the group in ALL the active permissible directories.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
DirectoryManager.addGroup(long directoryId,
GroupTemplate group)
Adds a Group to the directory specified by the passed in
directoryId. |
Group |
DirectoryManager.updateGroup(long directoryId,
GroupTemplate group)
Updates a group with the supplied template and returns the updated group retrieved from the directory specified by the passed in
directoryId. |
| Modifier and Type | Method and Description |
|---|---|
BulkAddResult<Group> |
DirectoryManager.addAllGroups(long directoryId,
Collection<GroupTemplate> groups,
boolean overwrite)
Will add a collection of Group to the directory specified by the passed in
directoryId param. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupTemplateWithAttributes
Mutable group template with mutable attributes.
|
| Modifier and Type | Method and Description |
|---|---|
GroupTemplate |
GroupTemplate.withDirectoryId(long directoryId) |
Copyright © 2018 Atlassian. All rights reserved.