| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.directory | |
| com.atlassian.crowd.model.user |
| Modifier and Type | Method and Description |
|---|---|
User |
RemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Deprecated.
|
User |
RemoteDirectory.updateUser(UserTemplate user)
Updates the
user. |
| Modifier and Type | Method and Description |
|---|---|
User |
ApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
User |
ApplicationService.updateUser(Application application,
UserTemplate user)
Updates the user in the first active directory the User belongs.
|
| Modifier and Type | Method and Description |
|---|---|
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Deprecated.
|
User |
DirectoryManager.updateUser(long directoryId,
UserTemplate user)
Updates a user with the supplied template and returns the updated user retrieved from the directory specified by the passed in
directoryId. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserTemplateWithAttributes
Mutable user template with mutable attributes.
|
class |
UserTemplateWithCredentialAndAttributes
Predominantly used for the 'bulk' adding of users to Crowd.
|
Copyright © 2018 Atlassian. All rights reserved.