You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/identity-mgt/org.wso2.carbon.identity.mgt.endpoint.util/src/main/java/org/wso2/carbon/identity/mgt/endpoint/util/client/api/RecoveryApiV2.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public void setApiClient(ApiClient apiClient) {
Copy file name to clipboardExpand all lines: components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/dao/IdPManagementDAO.java
Copy file name to clipboardExpand all lines: components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/util/IdPManagementUtil.java
+14-11
Original file line number
Diff line number
Diff line change
@@ -380,11 +380,11 @@ public static void validatePasswordRecoveryWithCurrentAndPreviousConfigs(Map<Str
380
380
}
381
381
}
382
382
383
-
384
383
/**
385
-
* This method is used to validate the username recovery property values.
384
+
* This method is used to validate the username recovery related property values.
386
385
*
387
-
* @param configurationDetails Configuration updates for governance configuration.
386
+
* @param configurationDetails Configuration updates for governance configuration
387
+
* @throws IdentityProviderManagementClientException if configurations contain invalid configurations.
0 commit comments