Package com.flowable.core.idm.api
Interface PlatformIdmEngineConfigurationApi
- All Superinterfaces:
org.flowable.idm.api.IdmEngineConfigurationApi
- All Known Implementing Classes:
CoreIdmEngineConfiguration
public interface PlatformIdmEngineConfigurationApi
extends org.flowable.idm.api.IdmEngineConfigurationApi
-
Method Summary
Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapper
getObjectMapper()
UserAccountDefinitionService
getUserAccountDefinitionService()
UserAccountService
getUserAccountService()
UserDefinitionService
getUserDefinitionService()
-
Method Details
-
getUserAccountService
UserAccountService getUserAccountService() -
getUserAccountDefinitionService
UserAccountDefinitionService getUserAccountDefinitionService() -
getUserDefinitionService
UserDefinitionService getUserDefinitionService() -
getObjectMapper
com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-