| Modifier and Type | Class and Description |
|---|---|
class |
GraphDeltaQueryUser
Represents a user fetched from a Microsoft Graph delta query.
|
| Constructor and Description |
|---|
GraphUsersList(String nextLink,
List<GraphUser> entries) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphUserWithPassword |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AzureAdRestEntityMapper.mapUser(GraphUser graphUser,
Class<T> returnType,
long directoryId)
Maps a user obtained from the Azure AD users endpoint to a Crowd object
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
AzureAdRestEntityMapper.mapUsers(Collection<GraphUser> graphUsersList,
Class<T> returnType,
long directoryId)
Maps a collection of Azure AD users to Crowd users.
|
Copyright © 2020 Atlassian. All rights reserved.