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

Packages that use UserTemplateWithCredentialAndAttributes
com.atlassian.crowd.dao.user   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.importer.importers   
com.atlassian.crowd.importer.mappers.csv   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.migration.legacy.database   
com.atlassian.crowd.model.user   
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.dao.user
 

Method parameters in com.atlassian.crowd.dao.user with type arguments of type UserTemplateWithCredentialAndAttributes
 BatchResultWithIdReferences<User> UserDAOHibernate.addAll(java.util.Collection<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResultWithIdReferences<User> InternalUserDao.addAll(java.util.Collection<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResult<User> UserDAOHibernate.addAll(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory
 

Method parameters in com.atlassian.crowd.directory with type arguments of type UserTemplateWithCredentialAndAttributes
 java.util.Collection<User> InternalDirectory.addAllUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 java.util.Collection<User> CachingDirectory.addAllUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 java.util.Collection<User> InternalRemoteDirectory.addAllUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.embedded.spi
 

Method parameters in com.atlassian.crowd.embedded.spi with type arguments of type UserTemplateWithCredentialAndAttributes
 BatchResult<User> UserDao.addAll(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
          Bulk add of users using JDBC batch support.
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.importer.importers
 

Methods in com.atlassian.crowd.importer.importers that return types with arguments of type UserTemplateWithCredentialAndAttributes
 java.util.List<UserTemplateWithCredentialAndAttributes> JdbcImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> Importer.findUsers(Configuration configuration)
          Will locate and build a collection of UserTemplate objects based on the passed in Configuration
 java.util.Collection<UserTemplateWithCredentialAndAttributes> DirectoryImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> CsvImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> ConfluenceImporter.findUsers(Configuration configuration)
           
 

Method parameters in com.atlassian.crowd.importer.importers with type arguments of type UserTemplateWithCredentialAndAttributes
protected  Result BaseImporter.importUsers(java.util.Collection<UserTemplateWithCredentialAndAttributes> users, Configuration configuration)
           
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.importer.mappers.csv
 

Methods in com.atlassian.crowd.importer.mappers.csv that return UserTemplateWithCredentialAndAttributes
 UserTemplateWithCredentialAndAttributes UserMapper.mapRow(java.lang.String[] resultSet)
           
 

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.
 void TranslatingApplicationService.addAllUsers(Application application, java.util.Collection<UserTemplateWithCredentialAndAttributes> users)
           
 void ApplicationServiceGeneric.addAllUsers(Application application, java.util.Collection<UserTemplateWithCredentialAndAttributes> userTemplates)
           
 

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.
 BulkAddResult<User> DirectoryManagerGeneric.addAllUsers(long directoryId, java.util.Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite)
           
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy that return UserTemplateWithCredentialAndAttributes
protected  UserTemplateWithCredentialAndAttributes UserMapper.getUserAndAttributesFromXml(org.dom4j.Element userElement, java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.migration.legacy.database
 

Methods in com.atlassian.crowd.migration.legacy.database that return types with arguments of type UserTemplateWithCredentialAndAttributes
protected  java.util.List<UserTemplateWithCredentialAndAttributes> UserMapper.importUsersFromDatabase(java.util.Map<java.lang.Long,java.lang.Long> oldToNewDirectoryIds)
           
 

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

Constructors in com.atlassian.crowd.model.user with parameters of type UserTemplateWithCredentialAndAttributes
InternalUser(UserTemplateWithCredentialAndAttributes user, Directory directory)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.