Re: [Dev] OAuth Flow - Persisting configuration parameters in WSO2 ESB Registry and reading/writing their values using Synapse

2016-02-05 Thread Nadeeshaan Gunasinghe
Hi Malaka, We do not have added this feature in the 4.9.0 release. But we have added this feature for the new release onward. Thanks. *Nadeeshaan Gunasinghe* Software Engineer, WSO2 Inc. http://wso2.com +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe <#>

Re: [Dev] OAuth Flow - Persisting configuration parameters in WSO2 ESB Registry and reading/writing their values using Synapse

2016-02-05 Thread Malaka Silva
I guess same can be done using script mediator. So it'll work with previous esb versions as well. On Sat, Feb 6, 2016 at 10:23 AM, Nadeeshaan Gunasinghe wrote: > Hi Malaka, > > We do not have added this feature in the 4.9.0 release. But we have added > this feature for the

Re: [Dev] OAuth Flow - Persisting configuration parameters in WSO2 ESB Registry and reading/writing their values using Synapse

2015-09-03 Thread Malaka Silva
Hi Nadeeshaan, I think we have provided this feature in esb 490. Can you please send more details on this? On Thu, Sep 3, 2015 at 9:29 AM, Asitha Nanayakkara wrote: > Hi Palamayuran, > > You can either write a class mediator[1] to do this or use the script > mediator[2], > >

Re: [Dev] OAuth Flow - Persisting configuration parameters in WSO2 ESB Registry and reading/writing their values using Synapse

2015-09-02 Thread Asitha Nanayakkara
Hi Palamayuran, You can either write a class mediator[1] to do this or use the script mediator[2], Java code for saving and retrieving a String to/from registry is as follows Writing to registry String resourcePath = "conf/wsdl/myWSDL"; >

[Dev] OAuth Flow - Persisting configuration parameters in WSO2 ESB Registry and reading/writing their values using Synapse

2015-09-02 Thread Palamayuran
*Hi Guys,* I'm trying to develop a component that implements OAuth flow to supplement connectors that use the OAuth 2.0 for authentication. In order to accomplish the task I have a requirement where I have to persist certain API specific values (access token, refresh token etc) in the WSO2 ESB