Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can a Server-side plugin run in a different context?

I have an SSP, and it runs in the context of the person who "hit the Save button" ... as it should :-)
Is there any way to change the context that it runs in?  We have a few cases where we want to Plugin to do things that we don't want a normal user to be able to do.

Susan

0 votes



2 answers

Permanent link
the only thing you could do is write an event handler, which runs under the server context, not as a user.
I don't know what permissions it would have.

0 votes


Permanent link
I don't think this is possible. At least not easily. You could try to trigger some asynchronous task that runs in a different context as described here: http://jorgediazblog.wordpress.com/2013/06/28/rtc-custom-scheduled-async-task-example-explained/

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Jun 18 '14, 7:17 a.m.

Question was seen: 3,759 times

Last updated: Jun 18 '14, 7:24 a.m.

Confirmation Cancel Confirm