-
Notifications
You must be signed in to change notification settings - Fork 554
Bring First Class Support for AMR #6598
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
base: master
Are you sure you want to change the base?
Conversation
...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
Outdated
Show resolved
Hide resolved
.../java/org/wso2/carbon/identity/application/common/constant/AuthenticatorMgtSQLConstants.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
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementFacade.java
Outdated
Show resolved
Hide resolved
...org/wso2/carbon/identity/application/mgt/internal/ApplicationManagementServiceComponent.java
Outdated
Show resolved
Hide resolved
...2/carbon/identity/application/authentication/framework/config/model/AuthenticatorConfig.java
Outdated
Show resolved
Hide resolved
...identity/application/authentication/framework/config/model/OptimizedAuthenticatorConfig.java
Show resolved
Hide resolved
...2/carbon/identity/application/authentication/framework/config/model/OptimizedStepConfig.java
Outdated
Show resolved
Hide resolved
...rbon/identity/application/authentication/framework/handler/step/impl/DefaultStepHandler.java
Outdated
Show resolved
Hide resolved
...rbon/identity/application/authentication/framework/handler/step/impl/DefaultStepHandler.java
Outdated
Show resolved
Hide resolved
...carbon/identity/application/authentication/framework/internal/FrameworkServiceComponent.java
Outdated
Show resolved
Hide resolved
8dec12c
to
b2eed6c
Compare
...ava/org/wso2/carbon/identity/application/common/dao/impl/AuthenticatorManagementDAOImpl.java
Outdated
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
Outdated
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
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Outdated
Show resolved
Hide resolved
...g.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/util/IdPManagementConstants.java
Outdated
Show resolved
Hide resolved
...g.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/util/IdPManagementConstants.java
Show resolved
Hide resolved
...g.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/util/IdPManagementConstants.java
Outdated
Show resolved
Hide resolved
...rg.wso2.carbon.identity.api.resource.mgt.server.feature/resources/system-api-resource.xml.j2
Outdated
Show resolved
Hide resolved
...lication.authentication.framework.server.feature/resources/application-authentication.xml.j2
Outdated
Show resolved
Hide resolved
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.
Revisit
...ore/org.wso2.carbon.identity.core.server.feature/resources/resource-access-control-v2.xml.j2
Outdated
Show resolved
Hide resolved
...ore/org.wso2.carbon.identity.core.server.feature/resources/resource-access-control-v2.xml.j2
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Show resolved
Hide resolved
...va/org/wso2/carbon/identity/application/common/cache/SystemDefinedAuthenticatorCacheKey.java
Show resolved
Hide resolved
...org/wso2/carbon/identity/application/common/util/UserDefinedLocalAuthenticatorValidator.java
Show resolved
Hide resolved
...bon/identity/application/common/model/test/util/SystemDefinedLocalAuthenticatorDataUtil.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/application/mgt/dao/impl/ApplicationMgtDBQueries.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6598 +/- ##
============================================
+ Coverage 47.21% 47.77% +0.56%
- Complexity 15863 16337 +474
============================================
Files 1821 1829 +8
Lines 109986 112742 +2756
Branches 20260 21157 +897
============================================
+ Hits 51929 53868 +1939
- Misses 50859 51531 +672
- Partials 7198 7343 +145
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…em defined local authenticator configs
|
Proposed Changes in this Pull Request
Related Issues