-
Notifications
You must be signed in to change notification settings - Fork 544
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
base: master
Are you sure you want to change the base?
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.95% -4.38%
- Complexity 13832 15719 +1887
============================================
Files 1614 1812 +198
Lines 99700 126242 +26542
Branches 16833 22331 +5498
============================================
+ Hits 45196 51705 +6509
- Misses 47860 66931 +19071
- Partials 6644 7606 +962
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
...n/src/main/java/org/wso2/carbon/identity/application/common/cache/AuthenticatorCacheKey.java
Show resolved
Hide resolved
...rc/main/java/org/wso2/carbon/identity/application/common/dao/AuthenticatorManagementDAO.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/wso2/carbon/identity/application/common/dao/AuthenticatorManagementDAO.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/wso2/carbon/identity/application/common/dao/AuthenticatorManagementDAO.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
...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
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
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
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/CacheBackedAuthenticatorMgtDAO.java
Outdated
Show resolved
Hide resolved
...ava/org/wso2/carbon/identity/application/common/dao/impl/CacheBackedAuthenticatorMgtDAO.java
Show resolved
Hide resolved
...main/java/org/wso2/carbon/identity/application/common/util/IdentityApplicationConstants.java
Show resolved
Hide resolved
...2/carbon/identity/application/common/util/UserDefinedAuthenticatorEndpointConfigManager.java
Outdated
Show resolved
Hide resolved
...2/carbon/identity/application/common/util/UserDefinedAuthenticatorEndpointConfigManager.java
Outdated
Show resolved
Hide resolved
18bfd6c
to
7e187ae
Compare
7e187ae
to
4300b0f
Compare
Quality Gate passedIssues Measures |
Task issue:
With this we provide the support to manage user defined local authenticators.
API server PR: