-
Notifications
You must be signed in to change notification settings - Fork 220
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
Update recovery service for recovery V2 API #751
Conversation
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Outdated
Show resolved
Hide resolved
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Show resolved
Hide resolved
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Outdated
Show resolved
Hide resolved
...ity.recovery/src/main/java/org/wso2/carbon/identity/recovery/model/UserRecoveryFlowData.java
Outdated
Show resolved
Hide resolved
...ity.recovery/src/main/java/org/wso2/carbon/identity/recovery/model/UserRecoveryFlowData.java
Show resolved
Hide resolved
...ity.recovery/src/main/java/org/wso2/carbon/identity/recovery/model/UserRecoveryFlowData.java
Outdated
Show resolved
Hide resolved
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManager.java
Show resolved
Hide resolved
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
...so2/carbon/identity/recovery/internal/service/impl/password/PasswordRecoveryManagerImpl.java
Outdated
Show resolved
Hide resolved
...so2/carbon/identity/recovery/internal/service/impl/password/PasswordRecoveryManagerImpl.java
Outdated
Show resolved
Hide resolved
...so2/carbon/identity/recovery/internal/service/impl/password/PasswordRecoveryManagerImpl.java
Outdated
Show resolved
Hide resolved
...ity.recovery/src/main/java/org/wso2/carbon/identity/recovery/model/UserRecoveryFlowData.java
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
...ty.recovery/src/main/java/org/wso2/carbon/identity/recovery/store/JDBCRecoveryDataStore.java
Show resolved
Hide resolved
...ty.recovery/src/main/java/org/wso2/carbon/identity/recovery/store/JDBCRecoveryDataStore.java
Outdated
Show resolved
Hide resolved
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManager.java
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManager.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManager.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManager.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManager.java
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
...so2/carbon/identity/recovery/internal/service/impl/password/PasswordRecoveryManagerImpl.java
Outdated
Show resolved
Hide resolved
...so2/carbon/identity/recovery/internal/service/impl/password/PasswordRecoveryManagerImpl.java
Show resolved
Hide resolved
...so2/carbon/identity/recovery/internal/service/impl/password/PasswordRecoveryManagerImpl.java
Show resolved
Hide resolved
...dentity.recovery/src/main/java/org/wso2/carbon/identity/recovery/model/UserRecoveryData.java
Outdated
Show resolved
Hide resolved
c6e6f1d
to
4c8c9f6
Compare
PR builder completed |
PR builder started |
PR builder completed |
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/6182945598
PR builder started |
PR builder completed |
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/6194420833
75f0fa8
to
d2feb17
Compare
Proposed changes in this pull request
This PR updates the recovery service to support the V2 API with the UUID generated for a particular recovery attempt.
Related Issue: wso2/product-is#16536
When should this PR be merged
This should be merged after wso2/carbon-identity-framework#4883