-
Notifications
You must be signed in to change notification settings - Fork 152
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
Cursor based pagination for SCIM resources phase 1 #417
Closed
BojithaPiyathilake
wants to merge
2
commits into
wso2-extensions:master
from
BojithaPiyathilake:adjustbranchscim
Closed
Cursor based pagination for SCIM resources phase 1 #417
BojithaPiyathilake
wants to merge
2
commits into
wso2-extensions:master
from
BojithaPiyathilake:adjustbranchscim
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced May 3, 2022
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Outdated
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Outdated
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Outdated
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Outdated
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Outdated
Show resolved
Hide resolved
...2.provider/src/main/java/org/wso2/carbon/identity/scim2/provider/resources/UserResource.java
Outdated
Show resolved
Hide resolved
...2.provider/src/main/java/org/wso2/carbon/identity/scim2/provider/resources/UserResource.java
Outdated
Show resolved
Hide resolved
...2.provider/src/main/java/org/wso2/carbon/identity/scim2/provider/resources/UserResource.java
Outdated
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Outdated
Show resolved
Hide resolved
...y.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Show resolved
Hide resolved
Cursor pagination changes phase 1 formatting adjustments before PR Few changes after the code review Changes suggested in the code review Changed strings into constants Changing the response type from a List to UsersGetResponse type object Changes to support pagination with POST/.Search. Group filtering changes. Changes to SingleAttribute and MultiAttribute filtering to properly create the UsersGetResponse. Removing commented code Made changes for the ServiceProviderConfigEndpoint to show that cursor pagination is supported Wording updates to the ServiceProviderConfigEndpoint changes Making changes so that cursor pagination uses PRIMARY domain when a domain is not specified Removing unused parameters Adjusting the test cases broken due to changes made and introductig new test cases for the new flows Adding punctuation to the comments
BojithaPiyathilake
force-pushed
the
adjustbranchscim
branch
from
July 15, 2022 10:42
7426aff
to
5dfe690
Compare
Closing this PR for now as it's been open for more than 14 days. Will reopen and merge soon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
The purpose of this PR is to get the initial phase of cursor pagination for SCIM resource listings working with the Identity Server in JDBC and LDAP user stores.
Goals
Related Issues
Related PRs
Dependent PRs
PR builder fails as the Cursor object has not been merged in the Charon repo.
Test environment