Hi,

I am aware that we have a separate isolated registry space for each tenant.
However do we have the same for a user.

if I want to take a user's registry and put a value, can another user with
registry browse permission can see that value.

ie.

User-X and User-Y are in the same tenant = 1

login as user-X

registry = getConfigUserRegistry(1);
registry.put("repository/foo", bar);

and login as user-Y

registry = getConfigUserRegistry(1);
registry.get("repository/foo")

will the result be "bar" ?


-- 
*Thanks & Regards,

Nuwan Bandara
Senior Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware

http://nuwan.bandara.co
*
<http://www.nuwanbando.com/>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to