-
Notifications
You must be signed in to change notification settings - Fork 545
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 API Resource Management Implementation #4854
Merged
Merged
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
ThaminduR
force-pushed
the
add-api-resource
branch
from
August 9, 2023 16:27
b24b092
to
f50cc95
Compare
Thumimku
reviewed
Aug 9, 2023
ThaminduR
requested review from
madurangasiriwardena,
janakamarasena,
AnuradhaSK,
sahandilshan,
shashimalcse and
SujanSanjula96
August 9, 2023 16:34
AnuradhaSK
reviewed
Aug 10, 2023
components/api-resource-mgt/org.wso2.carbon.identity.api.resource.mgt/pom.xml
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
components/api-resource-mgt/org.wso2.carbon.identity.api.resource.mgt/pom.xml
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
components/api-resource-mgt/org.wso2.carbon.identity.api.resource.mgt/pom.xml
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
.../src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManagementException.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
...ain/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManagementServerException.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
...gt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManagementService.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
...pplication.common/src/main/java/org/wso2/carbon/identity/application/common/model/Scope.java
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
...tion.common/src/main/java/org/wso2/carbon/identity/application/common/model/ApiResource.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Aug 10, 2023
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManager.java
Outdated
Show resolved
Hide resolved
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManager.java
Outdated
Show resolved
Hide resolved
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManager.java
Outdated
Show resolved
Hide resolved
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManager.java
Outdated
Show resolved
Hide resolved
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManager.java
Outdated
Show resolved
Hide resolved
...gt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/dao/ApiResourceManagementDAO.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/CacheBackedApiResourceMgtDAO.java
Outdated
Show resolved
Hide resolved
...org/wso2/carbon/identity/api/resource/mgt/internal/ApiResourceManagementComponentHolder.java
Outdated
Show resolved
Hide resolved
...rg/wso2/carbon/identity/api/resource/mgt/internal/ApiResourceManagementServiceComponent.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/api/resource/mgt/util/ApiResourceManagementUtil.java
Outdated
Show resolved
Hide resolved
...urce.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/ApiResourceManagerImpl.java
Outdated
Show resolved
Hide resolved
....mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/cache/ApiResourceCacheById.java
Outdated
Show resolved
Hide resolved
...gt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/dao/ApiResourceManagementDAO.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/ApiResourceManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/CacheBackedApiResourceMgtDAO.java
Outdated
Show resolved
Hide resolved
ThaminduR
force-pushed
the
add-api-resource
branch
from
August 11, 2023 04:03
432d616
to
4fac518
Compare
ThaminduR
commented
Aug 18, 2023
...es/org.wso2.carbon.identity.application.authentication.framework.server.feature.default.json
Outdated
Show resolved
Hide resolved
ThaminduR
force-pushed
the
add-api-resource
branch
from
August 22, 2023 03:21
c4ac8f2
to
a0983e3
Compare
AnuradhaSK
reviewed
Sep 7, 2023
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/APIResourceManager.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
...resource.mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/APIResourceManager.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
....mgt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/cache/APIResourceCacheById.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
.../main/java/org/wso2/carbon/identity/api/resource/mgt/cache/APIResourceCacheByIdentifier.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
.../java/org/wso2/carbon/identity/api/resource/mgt/constant/APIResourceManagementConstants.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
.../java/org/wso2/carbon/identity/api/resource/mgt/constant/APIResourceManagementConstants.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
...a/org/wso2/carbon/identity/api/resource/mgt/dao/CacheBackedAPIResourceManagementDAOTest.java
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
...est/java/org/wso2/carbon/identity/api/resource/mgt/dao/APIResourceManagementDAOImplTest.java
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 7, 2023
...-mgt/org.wso2.carbon.identity.api.resource.mgt/src/test/resources/repository/conf/carbon.xml
Outdated
Show resolved
Hide resolved
ThaminduR
force-pushed
the
add-api-resource
branch
6 times, most recently
from
September 11, 2023 04:25
80fab4c
to
b1dd7d5
Compare
PR builder started |
PR builder completed |
AnuradhaSK
reviewed
Sep 11, 2023
...gt/src/main/java/org/wso2/carbon/identity/api/resource/mgt/dao/APIResourceManagementDAO.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 11, 2023
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/APIResourceManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 11, 2023
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/APIResourceManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 11, 2023
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/CacheBackedAPIResourceMgtDAO.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 11, 2023
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/CacheBackedAPIResourceMgtDAO.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Sep 11, 2023
...in/java/org/wso2/carbon/identity/api/resource/mgt/dao/impl/CacheBackedAPIResourceMgtDAO.java
Show resolved
Hide resolved
ThaminduR
force-pushed
the
add-api-resource
branch
from
September 11, 2023 08:27
831d4fa
to
364177b
Compare
ThaminduR
force-pushed
the
add-api-resource
branch
from
September 11, 2023 08:37
364177b
to
a364685
Compare
AnuradhaSK
approved these changes
Sep 11, 2023
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.
Proposed changes in this pull request
Add API Resource Management OSGi service.
Issue
wso2/product-is#16344
Follow up actions