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(java.util.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, java.util.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, java.util.Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite)
          Will add a collection of users to the directory specified by the passed in directoryId param.
 



Copyright © 2012 Atlassian. All Rights Reserved.