| Package | Description |
|---|---|
| com.atlassian.crowd.directory.rest.entity.delta | |
| com.atlassian.crowd.directory.rest.entity.group | |
| com.atlassian.crowd.directory.rest.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphDeltaQueryGroup
Represents a group fetched from a Microsoft Graph delta query.
|
| Constructor and Description |
|---|
GraphGroupList(String nextLink,
List<GraphGroup> entries) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AzureAdRestEntityMapper.mapGroup(GraphGroup graphGroup,
Class<T> returnType,
long directoryId)
Maps a group obtained from the Azure AD groups endpoint to a Crowd object
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
AzureAdRestEntityMapper.mapGroups(Collection<GraphGroup> graphGroups,
Class<T> returnType,
long directoryId)
Maps a collection of Azure AD groups to Crowd groups.
|
Copyright © 2024 Atlassian. All rights reserved.