| 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 |
|---|---|
UserWithAttributes |
RemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a
user to the directory store. |
| Modifier and Type | Method and Description |
|---|---|
UserWithAttributes |
ApplicationService.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential)
Adds the user to the first permissible active directory.
|
| Modifier and Type | Method and Description |
|---|---|
UserWithAttributes |
DirectoryManager.addUser(long directoryId,
UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a
UserWithAttributes to the directory specified by the passed in directoryId. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserTemplateWithCredentialAndAttributes
Predominantly used for the 'bulk' adding of users to Crowd.
|
| Modifier and Type | Method and Description |
|---|---|
static UserTemplateWithAttributes |
UserTemplateWithAttributes.ofUserWithNoAttributes(User user)
Deprecated.
Use
toUserWithNoAttributes(User) instead. Since v2.9. |
static UserTemplateWithAttributes |
UserTemplateWithAttributes.toUserWithNoAttributes(User user)
Creates new UserTemplateWithAttributes based on the given user with empty attributes.
|
static UserTemplateWithAttributes |
UserTemplateWithAttributes.toUserWithNoAttributes(User user)
Creates new UserTemplateWithAttributes based on the given user with empty attributes.
|
Copyright © 2018 Atlassian. All rights reserved.