cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign roles to the users

lookin_vijay
Champ in-the-making
Champ in-the-making
I want to add roles the users (not from UI)thru java code.can any one help me out which files should i look in alfresco to achive this.Thanks in advance for the help.
1 REPLY 1

kevinr
Star Contributor
Star Contributor
Take a look at the code in:
org.alfresco.web.bean.users.UserMembersBean
especially look in the finishOK() method. This class is full of examples of code to get/set/clear permissions/roles for users.

Thanks,

Kevin