| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected IdmEngineConfiguration |
engineConfiguration |
protected IdmIdentityService |
identityService |
protected IdmManagementService |
managementService |
protected String |
name |
| Constructor and Description |
|---|
IdmEngineImpl(IdmEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IdmEngineConfiguration |
getIdmEngineConfiguration() |
IdmIdentityService |
getIdmIdentityService() |
IdmManagementService |
getIdmManagementService() |
String |
getName()
The name as specified in 'idm-engine-name' in the flowable.idm.cfg.xml configuration file.
|
protected String name
protected IdmIdentityService identityService
protected IdmManagementService managementService
protected IdmEngineConfiguration engineConfiguration
protected CommandExecutor commandExecutor
public IdmEngineImpl(IdmEngineConfiguration engineConfiguration)
public String getName()
IdmEnginepublic IdmIdentityService getIdmIdentityService()
getIdmIdentityService in interface IdmEnginepublic IdmManagementService getIdmManagementService()
getIdmManagementService in interface IdmEnginepublic IdmEngineConfiguration getIdmEngineConfiguration()
getIdmEngineConfiguration in interface IdmEngineCopyright © 2017 Flowable. All rights reserved.