How to assign a repository permission to a contributer
Hallo,
I created a contributer like that:
contributerToAdd = (IContributor) IContributor.ITEM_TYPE.createItem();
contributerToAdd.setName(AddUserName);
contributerToAdd.setEmailAddress(AddUserEmailAddress);
contributerToAdd.setUserId(AddUserUserId);
repository.contributorManager().saveContributor(contributerToAdd, null);
Can somebody please tell me, how I can assign a repository permission e.g. JazzUsers.
I created a contributer like that:
contributerToAdd = (IContributor) IContributor.ITEM_TYPE.createItem();
contributerToAdd.setName(AddUserName);
contributerToAdd.setEmailAddress(AddUserEmailAddress);
contributerToAdd.setUserId(AddUserUserId);
repository.contributorManager().saveContributor(contributerToAdd, null);
Can somebody please tell me, how I can assign a repository permission e.g. JazzUsers.
One answer
Any update on this? I'm having the same problem