Uses of Class
com.atlassian.crowd.model.user.UserTemplate
Packages that use UserTemplate
Package
Description
-
Uses of UserTemplate in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type UserTemplateModifier and TypeMethodDescriptionRemoteDirectory.addUser(UserTemplate user, PasswordCredential credential) Deprecated.RemoteDirectory.updateUser(UserTemplate user) Updates theuser. -
Uses of UserTemplate in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application with parameters of type UserTemplateModifier and TypeMethodDescriptionApplicationService.addUser(Application application, UserTemplate user, PasswordCredential credential) 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 UserTemplateModifier and TypeMethodDescriptionDirectoryManager.addUser(long directoryId, UserTemplate user, PasswordCredential credential) 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 indirectoryId. -
Uses of UserTemplate in com.atlassian.crowd.model.user
Subclasses of UserTemplate in com.atlassian.crowd.model.userModifier and TypeClassDescriptionclassMutable user template with mutable attributes.classPredominantly used for the 'bulk' adding of users to Crowd.
RemoteDirectory.addUser(com.atlassian.crowd.model.user.UserTemplateWithAttributes, com.atlassian.crowd.embedded.api.PasswordCredential)instead.