Sure. For an example, the company name. AEM usually manages the company's content on premises. So I don't know if AEM saves the company's name etc in the jcr or somewhere.
Thanks for your reply!I created a user with email as "myemail@geometrixx.info". Then tried to call this api as this: userMgr.findAuthorizables("email", "myemail@geometrixx.info", UserManager.SEARCH_TYPE_USER)It doesn't return the matched user.Can you see anything that I did wrong?
Thanks both for the info! I've got my problem resolved. I found out that this site is very helpful as well: http://wiki.apache.org/jackrabbit/AccessControl
In our process we create nodes for binary files. Meanwhile, the node path could be emailed to a CQ user to access and download the file later. I'd like to know if its possible to grand the node read permission to this CQ user programmatically.Thanks!