public class PlatformIdmEngineImpl extends Object implements CoreIdmEngine
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
commandExecutor |
protected ContactFilterService |
contactFilterService |
protected CoreIdmEngineConfiguration |
engineConfiguration |
protected PlatformIdentityService |
identityService |
protected IdmManagementService |
managementService |
protected String |
name |
protected UserAccountDefinitionService |
userAccountDefinitionService |
protected UserAccountService |
userAccountService |
protected UserDefinitionService |
userDefinitionService |
protected UserIndexingService |
userIndexingService |
protected UserIndexSearchService |
userIndexSearchService |
protected UserPermissionService |
userPermissionService |
VERSION
Constructor and Description |
---|
PlatformIdmEngineImpl(CoreIdmEngineConfiguration engineConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ContactFilterService |
getContactFilterService() |
CoreIdmEngineConfiguration |
getIdmEngineConfiguration() |
PlatformIdentityService |
getIdmIdentityService() |
IdmManagementService |
getIdmManagementService() |
String |
getName()
The name as specified in 'idm-engine-name' in the flowable.idm.cfg.xml configuration file.
|
UserAccountDefinitionService |
getUserAccountDefinitionService() |
UserAccountService |
getUserAccountService() |
UserDefinitionService |
getUserDefinitionService() |
UserIndexingService |
getUserIndexingService() |
UserIndexSearchService |
getUserIndexSearchService() |
UserPermissionService |
getUserPermissionService() |
protected String name
protected PlatformIdentityService identityService
protected UserAccountService userAccountService
protected UserAccountDefinitionService userAccountDefinitionService
protected UserDefinitionService userDefinitionService
protected IdmManagementService managementService
protected ContactFilterService contactFilterService
protected UserIndexingService userIndexingService
protected UserIndexSearchService userIndexSearchService
protected UserPermissionService userPermissionService
protected CoreIdmEngineConfiguration engineConfiguration
protected CommandExecutor commandExecutor
public PlatformIdmEngineImpl(CoreIdmEngineConfiguration engineConfiguration)
public void close()
close
in interface CoreIdmEngine
public String getName()
CoreIdmEngine
getName
in interface CoreIdmEngine
public PlatformIdentityService getIdmIdentityService()
getIdmIdentityService
in interface CoreIdmEngine
public UserAccountService getUserAccountService()
getUserAccountService
in interface CoreIdmEngine
public UserAccountDefinitionService getUserAccountDefinitionService()
getUserAccountDefinitionService
in interface CoreIdmEngine
public UserDefinitionService getUserDefinitionService()
getUserDefinitionService
in interface CoreIdmEngine
public IdmManagementService getIdmManagementService()
getIdmManagementService
in interface CoreIdmEngine
public ContactFilterService getContactFilterService()
getContactFilterService
in interface CoreIdmEngine
public UserIndexingService getUserIndexingService()
getUserIndexingService
in interface CoreIdmEngine
public UserIndexSearchService getUserIndexSearchService()
getUserIndexSearchService
in interface CoreIdmEngine
public UserPermissionService getUserPermissionService()
getUserPermissionService
in interface CoreIdmEngine
public CoreIdmEngineConfiguration getIdmEngineConfiguration()
getIdmEngineConfiguration
in interface CoreIdmEngine