Roles and permissions

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2015 11:33 AM
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.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2015 06:14 AM
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
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
