-
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
Provide support for managing the user defined local authenticators #6172
Provide support for managing the user defined local authenticators #6172
Conversation
9f9126d
to
7964563
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6172 +/- ##
============================================
- Coverage 45.33% 40.97% -4.36%
- Complexity 13832 15754 +1922
============================================
Files 1614 1813 +199
Lines 99700 126473 +26773
Branches 16833 22520 +5687
============================================
+ Hits 45196 51826 +6630
- Misses 47860 67038 +19178
- Partials 6644 7609 +965
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9acc1e1
to
be4aa7a
Compare
be4aa7a
to
26d5dfd
Compare
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Show resolved
Hide resolved
...org/wso2/carbon/identity/application/common/util/UserDefinedLocalAuthenticatorValidator.java
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Show resolved
Hide resolved
...a/org/wso2/carbon/identity/application/common/model/UserDefinedLocalAuthenticatorConfig.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementFacade.java
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
6e5b690
to
c14d0e4
Compare
c14d0e4
to
b4c7215
Compare
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementFacade.java
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
.../java/org/wso2/carbon/identity/application/common/util/AuthenticatorMgtExceptionBuilder.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
3969687
to
26398d9
Compare
26398d9
to
7dd69e3
Compare
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
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/12354079484
Task issue:
With this we provide the support to manage user defined local authenticators.
API server PR: