Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Pulasthi Mahawithana
Are we going to release a new major version of carbon-identity-framework along with this change? If not we will have to keep those and deprecate them until next major version. On Tue, Jun 21, 2016 at 11:51 AM, Farasath Ahamed wrote: > Hi Harsha, > > Yes, we will be removing the below methods as

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Farasath Ahamed
Hi Harsha, Yes, we will be removing the below methods as well since we can achieve the same functionality using the RemoteUserStoreManager and the new account lock/disable handlers as you mentioned. public void lockUserAccount(String userName) public void unlockUserAccount(String userName, Strin

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Harsha Thirimanna
Since we are going to achieve account lock , disable features as handlers and triggered through the user store operation, do we need to have those methods also ? *Harsha Thirimanna* Associate Tech Lead; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +9

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Isura Karunaratne
+1 You can also remove getAllPromotedUserChallenge method too. Thanks Isura On Mon, Jun 20, 2016 at 1:07 PM, Farasath Ahamed wrote: > Hi All, > > We will be removing the following methods from > the UserIdentityManagementAdminService[1] since the same functionality > could be achieved using th

[Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Farasath Ahamed
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 dele