cancel
Showing results for 
Search instead for 
Did you mean: 

Roles and permissions

cshar
Champ in-the-making
Champ in-the-making
I am working with activiti engine using REST api to integrate with my struts 2 application. I have a requirement to add custom roles like editor, approver, user. These roles can have different permissions like read only, read write, etc. I would like to know how can activiti allow me through REST to add roles, assign permissions, and assign users to those roles. Please help me so that I can test it out. I am very hopeful about making this solution work but so far this is a hurdle in me using activiti. Thanks.
1 REPLY 1

yvoswillens
Champ in-the-making
Champ in-the-making
Hi,

Activiti REST uses Spring Security.
You can implement your own Spring Security configuration (and filters) to do exactly what your trying to do.
Take a look at other forum posts and the Spring Security documentation for more info.

Please let us know if you bump into specific issues.

Regards,

Yvo