Package com.flowable.core.idm.api
Interface PlatformIdmEngineConfigurationApi
-
- All Superinterfaces:
IdmEngineConfigurationApi
- All Known Implementing Classes:
CoreIdmEngineConfiguration
public interface PlatformIdmEngineConfigurationApi extends IdmEngineConfigurationApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapper
getObjectMapper()
PlatformIdentityService
getPlatformIdentityService()
UserAccountDefinitionService
getUserAccountDefinitionService()
UserAccountService
getUserAccountService()
UserDefinitionService
getUserDefinitionService()
-
Methods inherited from interface org.flowable.idm.api.IdmEngineConfigurationApi
getIdmIdentityService, getIdmManagementService
-
-
-
-
Method Detail
-
getUserAccountService
UserAccountService getUserAccountService()
-
getUserAccountDefinitionService
UserAccountDefinitionService getUserAccountDefinitionService()
-
getUserDefinitionService
UserDefinitionService getUserDefinitionService()
-
getPlatformIdentityService
PlatformIdentityService getPlatformIdentityService()
-
getObjectMapper
com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-
-