-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add Ancestor App IDs Retrieval and Child App IDs Retrieval Support for a Given Shared App #383
Add Ancestor App IDs Retrieval and Child App IDs Retrieval Support for a Given Shared App #383
Conversation
...rbon/identity/organization/management/application/dao/impl/OrgApplicationMgtDAOImplTest.java
Outdated
Show resolved
Hide resolved
...rbon/identity/organization/management/application/dao/impl/OrgApplicationMgtDAOImplTest.java
Outdated
Show resolved
Hide resolved
...rbon/identity/organization/management/application/dao/impl/OrgApplicationMgtDAOImplTest.java
Outdated
Show resolved
Hide resolved
...a/org/wso2/carbon/identity/organization/management/application/dao/OrgApplicationMgtDAO.java
Show resolved
Hide resolved
.../org/wso2/carbon/identity/organization/management/application/OrgApplicationManagerImpl.java
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/organization/management/application/OrgApplicationManager.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/organization/management/application/OrgApplicationManager.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/organization/management/application/OrgApplicationManager.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/identity/organization/management/application/OrgApplicationManagerImpl.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/identity/organization/management/application/OrgApplicationManagerImpl.java
Outdated
Show resolved
Hide resolved
.../wso2/carbon/identity/organization/management/application/OrgApplicationManagerImplTest.java
Outdated
Show resolved
Hide resolved
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/9788477958
Purpose
getAncestorAppIds
- Get shared ancestor application IDs for the given shared application ID and and its organization ID.getChildAppIds
- Get shared child application IDs of the given shared parent application, filtered using the given child organization IDs.Related PRs
NotImplementedException
for Organization Management wso2/identity-organization-management-core#141Related Issues