Modifier and Type | Method and Description |
---|---|
BatchResultWithIdReferences<User> |
UserDAOHibernate.addAll(Collection<UserTemplateWithCredentialAndAttributes> users) |
BatchResultWithIdReferences<User> |
InternalUserDao.addAll(Collection<UserTemplateWithCredentialAndAttributes> users) |
BatchResult<User> |
UserDAOHibernate.addAll(Set<UserTemplateWithCredentialAndAttributes> users) |
Modifier and Type | Method and Description |
---|---|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DirectoryCacheImplUsingChangeOperations.addOrUpdateCachedUsers(Collection<? extends User> remoteUsers,
Date syncStartDate) |
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
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.
|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DirectoryCacheChangeOperations.getUsersToAddAndUpdate(Collection<? extends User> remoteUsers,
Date syncStartDate) |
Modifier and Type | Method and Description |
---|---|
BatchResult<User> |
CachingDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) |
BatchResult<User> |
InternalDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) |
BatchResult<User> |
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) |
Modifier and Type | Method and Description |
---|---|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
MockDirectoryCache.addOrUpdateCachedUsers(Collection<? extends User> users,
Date syncStartDate) |
Modifier and Type | Method and Description |
---|---|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DirectoryCache.addOrUpdateCachedUsers(Collection<? extends User> users,
Date syncStartDate)
Synchronises a list of Users from an external directory in the local cache.
|
Modifier and Type | Method and Description |
---|---|
BatchResult<User> |
UserDao.addAll(Set<UserTemplateWithCredentialAndAttributes> users)
Bulk add users.
|
Modifier and Type | Method and Description |
---|---|
Collection<UserTemplateWithCredentialAndAttributes> |
DirectoryImporter.findUsers(Configuration configuration) |
Collection<UserTemplateWithCredentialAndAttributes> |
CsvImporter.findUsers(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
UserTemplateWithCredentialAndAttributes |
UserMapper.mapRow(String[] resultSet) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationServiceGeneric.addAllUsers(Application application,
Collection<UserTemplateWithCredentialAndAttributes> userTemplates) |
void |
AbstractDelegatingApplicationService.addAllUsers(Application application,
Collection<UserTemplateWithCredentialAndAttributes> users) |
void |
ApplicationService.addAllUsers(Application application,
Collection<UserTemplateWithCredentialAndAttributes> users)
Adds the user to THE FIRST permissible active directory.
|
Modifier and Type | Method and Description |
---|---|
BulkAddResult<User> |
DirectoryManagerGeneric.addAllUsers(long directoryId,
Collection<UserTemplateWithCredentialAndAttributes> users,
boolean overwrite) |
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. |
Modifier and Type | Method and Description |
---|---|
protected UserTemplateWithCredentialAndAttributes |
UserMapper.getUserAndAttributesFromXml(org.dom4j.Element userElement,
Map<Long,Long> oldToNewDirectoryIds) |
Modifier and Type | Method and Description |
---|---|
protected List<UserTemplateWithCredentialAndAttributes> |
UserMapper.importUsersFromDatabase(Map<Long,Long> oldToNewDirectoryIds) |
Constructor and Description |
---|
InternalUser(UserTemplateWithCredentialAndAttributes user,
Directory directory) |
Modifier and Type | Method and Description |
---|---|
UserTemplateWithCredentialAndAttributes |
TestUserBuilder.build() |
static UserTemplateWithCredentialAndAttributes |
TestUserBuilder.buildUser(String userName,
Long directoryId) |
static UserTemplateWithCredentialAndAttributes |
TestUserBuilder.buildUser(String userName,
Long directoryId,
boolean active) |
static UserTemplateWithCredentialAndAttributes |
TestUserBuilder.buildUser(String userName,
String emailAddress,
String firstName,
String lastName,
Long directoryId,
boolean active) |
Copyright © 2021 Atlassian. All rights reserved.