Hi,
My "Activiti in Action" book has outdated examples from 5.18 APIs and I cannot find recent forum postings on how to implement Identity management against my own User/Groups data store. I cannot use the Activiti tables as I have a requirement to use an enterprise user/groups store (not LDAP either) and I am not able to keep copies of users, groups, and such in ACT_ tables for internal security purposes.
Can somebody point me to a current 5.17-5.18 sample on how to do the following:
1. What new interfaces to implement and examples of how?
2. How to register them in the process engine via Spring JavaConfig?
3. List what features are mandatory and what APIs *could* throw Unsupported exceptions given a tradeoff in functionality of course.
Thanks,
Jason