I couldn't find the IdentifySession in Activiti, I know there is one for jBPM.
So is it changed to IdentifyService already, which means I need to provide a custom IdentityServiceImpl?
After having this custom IdentityServiceImpl, add it to spring bean file, and also reference it from within the processEngineConfiguration by property "identityService". Is it right?
I couldn't find any documentation regarding this, not in the User Guide.
I can find random some posts for jBPM regarding IdentifySession, not quite helpful though,
besides, that configuration seems not the same as IdentifyService.
Thanks.