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> InternalUserDao.addAll(java.util.Collection<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResultWithIdReferences<User> UserDAOHibernate.addAll(java.util.Collection<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResult<User> UserDAOHibernate.addAll(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 

Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return types with arguments of type UserTemplateWithCredentialAndAttributes
 DirectoryCacheChangeOperations.AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> DbCachingRemoteChangeOperations.getUsersToAddAndUpdate(java.util.Collection<? extends User> remoteUsers, java.util.Date syncStartDate)
          Returns the users that need to be added or updated given the list of all remote users.
 

Method parameters in com.atlassian.crowd.directory with type arguments of type UserTemplateWithCredentialAndAttributes
 BatchResult<User> InternalDirectory.addAllUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResult<User> CachingDirectory.addAllUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResult<User> InternalRemoteDirectory.addAllUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> users)
          Adds a collection of users to the directory.
 void DbCachingRemoteChangeOperations.addUsers(java.util.Set<UserTemplateWithCredentialAndAttributes> usersToAdd)
           
 

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.Collection<UserTemplateWithCredentialAndAttributes> DirectoryImporter.findUsers(Configuration configuration)
           
 java.util.Collection<UserTemplateWithCredentialAndAttributes> CsvImporter.findUsers(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 CachingApplicationService.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 © 2012 Atlassian. All Rights Reserved.