public interface CoreIdmEngine
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
the version of the flowable idm library
|
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() |
static final String VERSION
String getName()
void close()
PlatformIdentityService getIdmIdentityService()
UserAccountService getUserAccountService()
UserAccountDefinitionService getUserAccountDefinitionService()
UserDefinitionService getUserDefinitionService()
IdmManagementService getIdmManagementService()
ContactFilterService getContactFilterService()
UserIndexingService getUserIndexingService()
UserPermissionService getUserPermissionService()
CoreIdmEngineConfiguration getIdmEngineConfiguration()
UserIndexSearchService getUserIndexSearchService()