cancel
Showing results for 
Search instead for 
Did you mean: 

how to customize the users and group in activiti

hemamalini
Champ in-the-making
Champ in-the-making
I am trying to use users and groups managed from other system. Users and groups are managed by a different application where we maintain the users and groups (Oracle DB). Now I need to use those users and groups . How can I achieve it? how can I change the usermanager and groupmanager.
2 REPLIES 2

arnoldschrijve1
Champ on-the-rise
Champ on-the-rise
Hi,

You might take a look at: https://github.com/limcheekin/activiti-spring-security
The code subclasses org.activiti.engine.impl.persistence.entity.UserEntityManager and org.activiti.engine.impl.persistence.entity.GroupEntityManager via the respective factory classes.
Googling on the class names will yield more examples.

hemamalini
Champ in-the-making
Champ in-the-making
thanks a lot