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