-
Notifications
You must be signed in to change notification settings - Fork 66
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 shared role managing event handler and event listener #255
Merged
AnuradhaSK
merged 17 commits into
wso2-extensions:main
from
AnuradhaSK:shared-role-mgt-handler
Oct 23, 2023
Merged
Add shared role managing event handler and event listener #255
AnuradhaSK
merged 17 commits into
wso2-extensions:main
from
AnuradhaSK:shared-role-mgt-handler
Oct 23, 2023
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
AnuradhaSK
force-pushed
the
shared-role-mgt-handler
branch
from
October 16, 2023 05:19
86f9849
to
f48d152
Compare
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Outdated
Show resolved
Hide resolved
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Outdated
Show resolved
Hide resolved
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Outdated
Show resolved
Hide resolved
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Outdated
Show resolved
Hide resolved
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
force-pushed
the
shared-role-mgt-handler
branch
from
October 17, 2023 14:48
2ef495a
to
ff5ad09
Compare
AnuradhaSK
changed the title
Add shared role managing event handler
Add shared role managing event handler and event listener
Oct 18, 2023
thanujalk
reviewed
Oct 18, 2023
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
force-pushed
the
shared-role-mgt-handler
branch
2 times, most recently
from
October 20, 2023 16:04
8d9405f
to
c5581d6
Compare
AnuradhaSK
commented
Oct 21, 2023
...org/wso2/carbon/identity/organization/management/handler/listener/SharedRoleMgtListener.java
Outdated
Show resolved
Hide resolved
thanujalk
reviewed
Oct 21, 2023
...main/java/org/wso2/carbon/identity/organization/management/handler/SharedRoleMgtHandler.java
Show resolved
Hide resolved
thanujalk
previously approved these changes
Oct 21, 2023
AnuradhaSK
force-pushed
the
shared-role-mgt-handler
branch
from
October 22, 2023 13:21
61a457e
to
e9f2c02
Compare
dewniMW
pushed a commit
to dewniMW/identity-organization-management-1
that referenced
this pull request
Oct 22, 2023
… release v1.3.20
dewniMW
pushed a commit
to dewniMW/identity-organization-management-1
that referenced
this pull request
Oct 22, 2023
… for next development iteration
PR builder started |
shashimalcse
approved these changes
Oct 23, 2023
PR builder completed |
PR builder started |
PR builder completed |
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
$Subject
SharedRoleMgtHandler handles:
config to enable handler:
SharedRoleMgtListener handles:
On deleting a shared app(may be due to unsharing the app from given org/ delete the main app and due to that deleting shared app) deleting roles with organization audience in app-shared organizations if no other shared app use them
On main application's role audience/role list update, track the change in preUpdate listerner and set into the threadlocal varibales. Add/ Delete roles from shared organizations
Part of: wso2/product-is#16363
How other Shared Role management happens:
Depends on: