Uses of Interface
com.flowable.core.idm.api.UserAccountService
-
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()
-
Uses of UserAccountService in com.flowable.idm.engine.impl.action
Fields in com.flowable.idm.engine.impl.action declared as UserAccountService Modifier and Type Field Description protected UserAccountService
UserAccountScopedObjectProvider. userAccountService
Constructors in com.flowable.idm.engine.impl.action with parameters of type UserAccountService Constructor Description UserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)
-
Uses of UserAccountService in com.flowable.idm.rest.service.api.account
Fields in com.flowable.idm.rest.service.api.account declared as UserAccountService Modifier and Type Field Description protected UserAccountService
UserAccountCollectionResource. userAccountService
Constructors in com.flowable.idm.rest.service.api.account with parameters of type UserAccountService Constructor Description UserAccountCollectionResource(UserAccountService userAccountService, UserAccountMapper userAccountMapper)
-
Uses of UserAccountService in com.flowable.spring.boot.idm
Methods in com.flowable.spring.boot.idm that return UserAccountService Modifier and Type Method Description UserAccountService
IdmEngineServicesAutoConfiguration.AlreadyInitializedAppEngineConfiguration. userAccountService(CoreIdmEngine coreIdmEngine)
UserAccountService
IdmEngineServicesAutoConfiguration.AlreadyInitializedEngineConfiguration. userAccountService(CoreIdmEngine coreIdmEngine)