-
Notifications
You must be signed in to change notification settings - Fork 546
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
Introduce new Identity Context to the carbon core #6325
base: master
Are you sure you want to change the base?
Conversation
...rbon.identity.core/src/main/java/org/wso2/carbon/identity/core/context/model/UserEntity.java
Outdated
Show resolved
Hide resolved
...entity.core/src/main/java/org/wso2/carbon/identity/core/context/model/ApplicationEntity.java
Outdated
Show resolved
Hide resolved
...entity.core/src/main/java/org/wso2/carbon/identity/core/context/model/ApplicationEntity.java
Outdated
Show resolved
Hide resolved
...ity.core/src/main/java/org/wso2/carbon/identity/core/internal/IdentityContextDataHolder.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/context/model/Flow.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/context/model/Flow.java
Show resolved
Hide resolved
...e/src/main/java/org/wso2/carbon/identity/core/context/valve/IdentityContextCreatorValve.java
Outdated
Show resolved
Hide resolved
PR builder started |
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #6325 +/- ##
============================================
- Coverage 46.55% 46.27% -0.28%
+ Complexity 14743 14711 -32
============================================
Files 1701 1701
Lines 103346 104272 +926
Branches 18558 18338 -220
============================================
+ Hits 48109 48257 +148
- Misses 48377 49164 +787
+ Partials 6860 6851 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder completed |
Quality Gate passedIssues Measures |
Proposed changes in this pull request
This PR will add a new Identity Context in carbon identity core.
It will use a separate DataHolder to store the data needed to store in the context.
Also this will have read access to the CarbonContextDataHolder as well.
Related Issue