Uses of Class
com.atlassian.crowd.model.user.UserTemplateWithAttributes
Packages that use UserTemplateWithAttributes
Package
Description
-
Uses of UserTemplateWithAttributes in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type UserTemplateWithAttributesModifier and TypeMethodDescriptionRemoteDirectory.addUser(UserTemplateWithAttributes user, PasswordCredential credential) Adds auserto the directory store. -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application with parameters of type UserTemplateWithAttributesModifier and TypeMethodDescriptionApplicationService.addUser(Application application, UserTemplateWithAttributes user, PasswordCredential credential) Adds the user to the first permissible active directory. -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory with parameters of type UserTemplateWithAttributesModifier and TypeMethodDescriptionDirectoryManager.addUser(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) Adds aUserWithAttributesto the directory specified by the passed indirectoryId. -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.model.user
Subclasses of UserTemplateWithAttributes in com.atlassian.crowd.model.userModifier and TypeClassDescriptionclassPredominantly used for the 'bulk' adding of users to Crowd.Methods in com.atlassian.crowd.model.user that return UserTemplateWithAttributesModifier and TypeMethodDescriptionstatic UserTemplateWithAttributesUserTemplateWithAttributes.ofUserWithNoAttributes(User user) Deprecated.static UserTemplateWithAttributesUserTemplateWithAttributes.toUserWithNoAttributes(User user) Creates new UserTemplateWithAttributes based on the given user with empty attributes.static UserTemplateWithAttributesUserTemplateWithAttributes.toUserWithNoAttributes(User user) Creates new UserTemplateWithAttributes based on the given user with empty attributes.
toUserWithNoAttributes(User)instead.