Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetched only 100 records #3

Open
kattishirish opened this issue May 20, 2020 · 0 comments
Open

Fetched only 100 records #3

kattishirish opened this issue May 20, 2020 · 0 comments

Comments

@kattishirish
Copy link

Hi, I am using this library to read the AD groups. I need to do a full scan of our AD group so that I can get all the available AD groups. We have approximately 2000 groups but when I am using this library it's fetching only 100 records and hasNextPage() returns always false

PagedList groups =
authenticated.activeDirectoryGroups().list();
boolean hasNextPage = groups.hasNextPage();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant