[Dev] [APIM][Integration-test]Integration test for Application Subscription Sharing

2015-03-16 Thread Shani Ranasinghe
Hi, I need to write a test case for Application subscription sharing feature. For this, I require a user who has claims. I could not find how to add claims for user. Please let me know if there are any references that I could refer to in order to write this. -- Thanks and Regards *,Shani

Re: [Dev] [APIM][Integration-test]Integration test for Application Subscription Sharing

2015-03-16 Thread Shani Ranasinghe
Hi, Thanks for the info. Will follow this. On Tue, Mar 17, 2015 at 10:23 AM, Waruna Perera waru...@wso2.com wrote: Hi Shani, Remember that due to cache storage, you need to restart the server in the test case after the user claims are updated. Thanks, On Tue, Mar 17, 2015 at 9:43 AM,

Re: [Dev] [APIM][Integration-test]Integration test for Application Subscription Sharing

2015-03-16 Thread Saneth Dharmakeerthi
Hi Shani, RemoteUserStoreManagerServiceClient [1] has setUserClaimValue() method. You can find the usage in [2] [1]

Re: [Dev] [APIM][Integration-test]Integration test for Application Subscription Sharing

2015-03-16 Thread Waruna Perera
Hi Shani, Remember that due to cache storage, you need to restart the server in the test case after the user claims are updated. Thanks, On Tue, Mar 17, 2015 at 9:43 AM, Saneth Dharmakeerthi sane...@wso2.com wrote: Hi Shani, RemoteUserStoreManagerServiceClient [1] has setUserClaimValue()