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 OperationFailedException
OperationFailedException
public org.apache.commons.lang3.tuple.Pair<List<UserWithAttributes>,List<GroupWithAttributes>> getDirectChildren(String groupId) throws OperationFailedException
groupId
- id of a groupOperationFailedException
Copyright © 2020 Atlassian. All rights reserved.