Uses of Interface
com.flowable.core.idm.api.UserAccountDefinitionService
-
Packages that use UserAccountDefinitionService Package Description com.flowable.core.idm.api com.flowable.idm.engine com.flowable.idm.engine.impl -
-
Uses of UserAccountDefinitionService in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountDefinitionService Modifier and Type Method Description UserAccountDefinitionService
PlatformIdmEngineConfigurationApi. getUserAccountDefinitionService()
-
Uses of UserAccountDefinitionService in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as UserAccountDefinitionService Modifier and Type Field Description protected UserAccountDefinitionService
CoreIdmEngineConfiguration. userAccountDefinitionService
Methods in com.flowable.idm.engine that return UserAccountDefinitionService Modifier and Type Method Description UserAccountDefinitionService
CoreIdmEngine. getUserAccountDefinitionService()
UserAccountDefinitionService
CoreIdmEngineConfiguration. getUserAccountDefinitionService()
Methods in com.flowable.idm.engine with parameters of type UserAccountDefinitionService Modifier and Type Method Description void
CoreIdmEngineConfiguration. setUserAccountDefinitionService(UserAccountDefinitionService userAccountDefinitionService)
-
Uses of UserAccountDefinitionService in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement UserAccountDefinitionService Modifier and Type Class Description class
UserAccountDefinitionServiceImpl
Fields in com.flowable.idm.engine.impl declared as UserAccountDefinitionService Modifier and Type Field Description protected UserAccountDefinitionService
PlatformIdmEngineImpl. userAccountDefinitionService
Methods in com.flowable.idm.engine.impl that return UserAccountDefinitionService Modifier and Type Method Description UserAccountDefinitionService
PlatformIdmEngineImpl. getUserAccountDefinitionService()
-