Re: [Dev] [App Factory] Need to add a setter for appFactoryRepositoryAuthorizationClient in the appfactory-gitblit-plugin's AppFactoryGitBlitUserModel class

2014-05-31 Thread Sumedha Kodithuwakku
Hi all, If there are no issues, shall I go ahead and commit the fix. Thanks SumedhaS On Fri, May 30, 2014 at 7:24 PM, Danushka Fernando danush...@wso2.com wrote: In that case +1 to adding this to the plugin, which will make it extensible. Thanks Regards Danushka Fernando Software

Re: [Dev] [App Factory] Need to add a setter for appFactoryRepositoryAuthorizationClient in the appfactory-gitblit-plugin's AppFactoryGitBlitUserModel class

2014-05-30 Thread Sumedha Kodithuwakku
Hi Danushka, The issue is when we override authenticate method in AppFactoryGitBlitAuthenticationProvider, we have to call the supper method which will return a AppFactoryGitBlitUserModel which cannot be casted to the extended one. If we are to get the extended one, we will have to write our own

Re: [Dev] [App Factory] Need to add a setter for appFactoryRepositoryAuthorizationClient in the appfactory-gitblit-plugin's AppFactoryGitBlitUserModel class

2014-05-30 Thread Danushka Fernando
In that case +1 to adding this to the plugin, which will make it extensible. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, May 30, 2014 at 4:37 PM, Sumedha Kodithuwakku sumed...@wso2.com wrote: Hi Danushka, The issue is when we