Package | Description |
---|---|
com.atlassian.crowd.directory | |
com.atlassian.crowd.directory.cache | |
com.atlassian.crowd.directory.rest.mapper |
Modifier and Type | Method and Description |
---|---|
DeltaQueryResult<GroupWithMembershipChanges> |
AzureAdDirectory.fetchGroupChanges(String syncToken) |
DeltaQueryResult<UserWithAttributes> |
AzureAdDirectory.fetchUserChanges(String syncToken) |
DeltaQueryResult<GroupWithMembershipChanges> |
AzureAdDirectory.performGroupsDeltaQuery() |
DeltaQueryResult<UserWithAttributes> |
AzureAdDirectory.performUsersDeltaQuery() |
Modifier and Type | Method and Description |
---|---|
DeltaQueryResult<GroupWithMembershipChanges> |
BackgroundQueriesProcessor.getGroups() |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.getUserChangesFromDeltaQuery(String userSyncToken) |
DeltaQueryResult<UserWithAttributes> |
BackgroundQueriesProcessor.getUsers() |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.getUsersFromDeltaQuery() |
protected DeltaQueryResult<GroupWithMembershipChanges> |
DeltaQueryCacheRefresher.synchroniseGroupChanges(DirectoryCache directoryCache,
DeltaQueryResult<GroupWithMembershipChanges> mappedGroups,
Date syncStartDate) |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.synchroniseUserChanges(DirectoryCache directoryCache,
DeltaQueryResult<UserWithAttributes> mappedUsers,
Date syncStartDate) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeltaQueryCacheRefresher.checkNoReaddedGroups(DirectoryCache directoryCache,
DeltaQueryResult<GroupWithMembershipChanges> mappedGroups) |
protected void |
DeltaQueryCacheRefresher.checkNoRenamedGroups(DirectoryCache directoryCache,
DeltaQueryResult<GroupWithMembershipChanges> mappedGroups) |
protected <T> void |
DeltaQueryCacheRefresher.handleNamelessEntities(DeltaQueryResult<T> mappedEntities,
String entityType) |
protected DeltaQueryResult<GroupWithMembershipChanges> |
DeltaQueryCacheRefresher.synchroniseGroupChanges(DirectoryCache directoryCache,
DeltaQueryResult<GroupWithMembershipChanges> mappedGroups,
Date syncStartDate) |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.synchroniseUserChanges(DirectoryCache directoryCache,
DeltaQueryResult<UserWithAttributes> mappedUsers,
Date syncStartDate) |
Constructor and Description |
---|
BackgroundQueriesProcessor(String threadPoolName,
Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier,
Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier) |
BackgroundQueriesProcessor(String threadPoolName,
Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier,
Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier) |
Modifier and Type | Method and Description |
---|---|
DeltaQueryResult<T> |
DeltaQueryResult.Builder.build() |
static <T> DeltaQueryResult<T> |
DeltaQueryResult.empty() |
DeltaQueryResult<GroupWithMembershipChanges> |
AzureAdRestEntityMapper.mapDeltaQueryGroups(GraphDeltaQueryResult<GraphDeltaQueryGroup> graphGroups,
long directoryId)
Maps a delta query result for groups to a result suitable for incremental synchronisation.
|
DeltaQueryResult<UserWithAttributes> |
AzureAdRestEntityMapper.mapDeltaQueryUsers(GraphDeltaQueryResult<GraphDeltaQueryUser> graphUsersList,
long directoryId)
Maps a delta query result for users to a result suitable for incremental synchronisation.
|
Modifier and Type | Method and Description |
---|---|
static <T> DeltaQueryResult.Builder<T> |
DeltaQueryResult.builder(DeltaQueryResult<T> data) |
Copyright © 2020 Atlassian. All rights reserved.