wso2 / carbon-identity-framework

Apache License 2.0
120 stars 541 forks source link

Add provisioning handler interface #6134

Closed mpmadhavig closed 5 days ago

mpmadhavig commented 5 days ago

Proposed changes in this pull request

Adding an interface as a part of the effort to Remove XACML from the Product IS

Related Issues:

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.00%. Comparing base (3f9afca) to head (3a24af8). Report is 100 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6134 +/- ## ============================================ + Coverage 40.94% 41.00% +0.05% - Complexity 14607 14694 +87 ============================================ Files 1767 1771 +4 Lines 118050 119959 +1909 Branches 19169 21006 +1837 ============================================ + Hits 48339 49191 +852 - Misses 62426 63383 +957 - Partials 7285 7385 +100 ``` | [Flag](https://app.codecov.io/gh/wso2/carbon-identity-framework/pull/6134/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/wso2/carbon-identity-framework/pull/6134/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | `25.20% <ø> (-0.20%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

mpmadhavig commented 5 days ago

Unit tests will be added to the impl classes in the authz-xacml repo.

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

mpmadhavig commented 5 days ago

Merging as no impact on integration tests.