Uses of Class
com.atlassian.crowd.directory.rest.entity.group.GraphGroup
Package
Description
-
Uses of GraphGroup in com.atlassian.crowd.directory.rest.entity.delta
Modifier and TypeClassDescriptionclass
Represents a group fetched from a Microsoft Graph delta query. -
Uses of GraphGroup in com.atlassian.crowd.directory.rest.entity.group
-
Uses of GraphGroup in com.atlassian.crowd.directory.rest.mapper
Modifier and TypeMethodDescription<T> T
AzureAdRestEntityMapper.mapGroup
(GraphGroup graphGroup, Class<T> returnType, long directoryId) Maps a group obtained from the Microsoft Entra ID groups endpoint to a Crowd objectModifier and TypeMethodDescription<T> List<T>
AzureAdRestEntityMapper.mapGroups
(Collection<GraphGroup> graphGroups, Class<T> returnType, long directoryId) Maps a collection of Microsoft Entra ID groups to Crowd groups.