Hello,
Could you please tell me how can i retrieve the caller of a custom function inside this function (in java) ? I would like to check at least if he has the sysadmin rights.
Thanks in advance
David
Discussion posts and replies are publicly visible
After exploring different plugins, it appears that the only context injectable in custom functions is com.appiancorp.services.ServiceContext.
Since then, it's possible to retrieve the caller like shown in the next reply.