Uses of Class
com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes

Packages that use UserTemplateWithCredentialAndAttributes
com.atlassian.crowd.directory   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory
 

Method parameters in com.atlassian.crowd.directory with type arguments of type UserTemplateWithCredentialAndAttributes
 BatchResult<User> InternalRemoteDirectory.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 UserTemplateWithCredentialAndAttributes
 void ApplicationService.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 UserTemplateWithCredentialAndAttributes
 BulkAddResult<User> DirectoryManager.addAllUsers(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite)
          Will add a collection of users to the directory specified by the passed in directoryId param.
 



Copyright © 2014 Atlassian. All Rights Reserved.