6.0 custom identity management

cancel
Showing results for 
Search instead for 
Did you mean: 
nortobc
Member II

6.0 custom identity management

It seems the integration of custom identity management has changed in 6.0.  The activiti guide still shows the old way to do it.

Can somebody please explain how to integrate custom identity management in Activiti 6.0?

So far, this is what I have gathered:

1. Implement the GroupDataManager interface. Or, extend MybatisGroupDataManager.class

2. ProcessEngineConfigurationImpl.setGroupDataManager(GroupDataManager groupDataManager)

That is from the link below:

 

I did both of these and still not working.

Thanks