public class AzureMembershipHelper extends Object
| Constructor and Description |
|---|
AzureMembershipHelper(AzureAdRestClient restClient,
AzureAdPagingWrapper pagingWrapper,
MicrosoftGraphQueryTranslator queryTranslator,
AzureAdRestEntityMapper restEntityMapper,
AzureAdDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<List<UserWithAttributes>,List<GroupWithAttributes>> |
getDirectChildren(String groupId)
Returns direct children of a group.
|
Iterator<Membership> |
membershipIterator() |
public AzureMembershipHelper(AzureAdRestClient restClient, AzureAdPagingWrapper pagingWrapper, MicrosoftGraphQueryTranslator queryTranslator, AzureAdRestEntityMapper restEntityMapper, AzureAdDirectory directory)
public Iterator<Membership> membershipIterator() throws com.atlassian.crowd.exception.OperationFailedException
com.atlassian.crowd.exception.OperationFailedExceptionpublic org.apache.commons.lang3.tuple.Pair<List<UserWithAttributes>,List<GroupWithAttributes>> getDirectChildren(String groupId) throws com.atlassian.crowd.exception.OperationFailedException
groupId - id of a groupcom.atlassian.crowd.exception.OperationFailedExceptionCopyright © 2023 Atlassian. All rights reserved.