|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserTemplate | |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.directory | |
| com.atlassian.crowd.model.user | |
| Uses of UserTemplate in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory with parameters of type UserTemplate | |
|---|---|
User |
RemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to the directory store. |
User |
RemoteDirectory.updateUser(UserTemplate user)
Updates the user. |
| Uses of UserTemplate in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application with parameters of type UserTemplate | |
|---|---|
User |
ApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
Adds the user to the first permissible active directory. |
User |
ApplicationService.updateUser(Application application,
UserTemplate user)
Updates the user in the first active directory the User belongs. |
| Uses of UserTemplate in com.atlassian.crowd.manager.directory |
|---|
| Methods in com.atlassian.crowd.manager.directory with parameters of type UserTemplate | |
|---|---|
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Adds a User to the directory specified by the passed in directoryId. |
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. |
| Uses of UserTemplate in com.atlassian.crowd.model.user |
|---|
| Subclasses of UserTemplate in com.atlassian.crowd.model.user | |
|---|---|
class |
UserTemplateWithAttributes
Mutable user template with mutable attributes. |
class |
UserTemplateWithCredentialAndAttributes
Predominantly used for the 'bulk' adding of users to Crowd. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||