| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.directory.ldap.cache | |
| com.atlassian.crowd.directory.synchronisation.cache |
| 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 |
|---|---|
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.
|
Copyright © 2020 Atlassian. All rights reserved.