Uses of Class
com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
Packages that use UserTemplateWithCredentialAndAttributes
Package
Description
-
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory
Method parameters in com.atlassian.crowd.directory with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionInternalRemoteDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) Adds a collection of users to the directory. -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.manager.application
Method parameters in com.atlassian.crowd.manager.application with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionvoidApplicationService.addAllUsers(Application application, Collection<UserTemplateWithCredentialAndAttributes> users) Adds the user to THE FIRST permissible active directory. -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.manager.directory
Method parameters in com.atlassian.crowd.manager.directory with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionDirectoryManager.addAllUsers(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) Will add a collection of users to the directory specified by the passed indirectoryIdparam.