Hi All, We will be removing the following methods from the UserIdentityManagementAdminService[1] since the same functionality could be achieved using the RemoteUserStoreManager[2] service. Therefore, we are planning to remove the below methods since the functionality is duplicated.
// Admin deletes a user from the system. This is an irreversible operation. *public void deleteUser(String userName) * // Admin resets the password of the user *public void resetUserPassword(String userName, String newPassword)* //User updates/add account recovery data such as the email address or the phone number etc. *public void updateUserIdentityClaims(UserIdentityClaimDTO[] userIdentityClaims)* // Returns all user claims which can be used in the identity recovery *public UserIdentityClaimDTO[] getAllUserIdentityClaims() * // User changes the password of the user. *public void changeUserPassword(String newPassword, String oldPassword)* [1] https://github.com/wso2/carbon-identity-framework/blob/master/components/identity-mgt/org.wso2.carbon.identity.mgt/src/main/java/org/wso2/carbon/identity/mgt/services/UserIdentityManagementAdminService.java [2] https://github.com/wso2-extensions/identity-userstore-remote/blob/master/components/org.wso2.carbon.identity.user.store.remote/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java Please raise if there are any concerns. Thanks, Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com lean.enterprise.middleware Email: [email protected] Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619 <https://twitter.com/farazath619>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
