Uses of Class
com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
Packages that use UserTemplateWithCredentialAndAttributes
Package
Description
-
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.dao.user
Method parameters in com.atlassian.crowd.dao.user with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionInternalUserDao.addAll
(Collection<UserTemplateWithCredentialAndAttributes> users) UserDAOHibernate.addAll
(Collection<UserTemplateWithCredentialAndAttributes> users) UserDAOHibernate.addAll
(Set<UserTemplateWithCredentialAndAttributes> users) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return types with arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionDirectoryCacheImplUsingChangeOperations.addOrUpdateCachedUsers
(Collection<? extends User> remoteUsers, Date syncStartDate) DbCachingRemoteChangeOperations.getUsersToAddAndUpdate
(Collection<? extends User> remoteUsers, Date syncStartDate) Returns the users that need to be added or updated given the list of all remote users.DirectoryCacheChangeOperations.getUsersToAddAndUpdate
(Collection<? extends User> remoteUsers, Date syncStartDate) DbCachingRemoteChangeOperations.getUsersToAddAndUpdateOld
(Collection<? extends User> remoteUsers, Date syncStartDate) Method parameters in com.atlassian.crowd.directory with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionCachingDirectory.addAllUsers
(Set<UserTemplateWithCredentialAndAttributes> users) InternalDirectory.addAllUsers
(Set<UserTemplateWithCredentialAndAttributes> users) InternalRemoteDirectory.addAllUsers
(Set<UserTemplateWithCredentialAndAttributes> users) Adds a collection of users to the directory.void
DbCachingRemoteChangeOperations.addUsers
(Set<UserTemplateWithCredentialAndAttributes> usersToAdd) void
DirectoryCacheChangeOperations.addUsers
(Set<UserTemplateWithCredentialAndAttributes> usersToAdd) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory.ldap.cache
Methods in com.atlassian.crowd.directory.ldap.cache that return types with arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionMockDirectoryCache.addOrUpdateCachedUsers
(Collection<? extends User> users, Date syncStartDate) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache that return types with arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionDirectoryCache.addOrUpdateCachedUsers
(Collection<? extends User> users, Date syncStartDate) Synchronises a list of Users from an external directory in the local cache. -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.embedded.spi
Method parameters in com.atlassian.crowd.embedded.spi with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionUserDao.addAll
(Set<UserTemplateWithCredentialAndAttributes> users) Bulk add users. -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.importer.importers
Methods in com.atlassian.crowd.importer.importers that return types with arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionCsvImporter.findUsers
(Configuration configuration) DirectoryImporter.findUsers
(Configuration configuration) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.importer.mappers.csv
Methods in com.atlassian.crowd.importer.mappers.csv that return UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescription -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.manager.application
Method parameters in com.atlassian.crowd.manager.application with type arguments of type UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionvoid
AbstractDelegatingApplicationService.addAllUsers
(Application application, Collection<UserTemplateWithCredentialAndAttributes> users) void
ApplicationService.addAllUsers
(Application application, Collection<UserTemplateWithCredentialAndAttributes> users) Adds the user to THE FIRST permissible active directory.void
ApplicationServiceGeneric.addAllUsers
(Application application, 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 UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionDirectoryManager.addAllUsers
(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) Will add a collection of users to the directory specified by the passed indirectoryId
param.DirectoryManagerGeneric.addAllUsers
(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.migration.legacy
Methods in com.atlassian.crowd.migration.legacy that return UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionprotected UserTemplateWithCredentialAndAttributes
UserMapper.getUserAndAttributesFromXml
(org.dom4j.Element userElement, Map<Long, 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 UserTemplateWithCredentialAndAttributesModifier and TypeMethodDescriptionprotected List<UserTemplateWithCredentialAndAttributes>
UserMapper.importUsersFromDatabase
(Map<Long, Long> oldToNewDirectoryIds) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.model.user
Constructors in com.atlassian.crowd.model.user with parameters of type UserTemplateWithCredentialAndAttributesModifierConstructorDescriptionInternalUser
(UserTemplateWithCredentialAndAttributes user, Directory directory) -
Uses of UserTemplateWithCredentialAndAttributes in com.atlassian.crowd.test.util
Methods in com.atlassian.crowd.test.util that return UserTemplateWithCredentialAndAttributes