Uses of Interface
com.flowable.core.idm.api.UserAccountService
| Package | Description |
|---|---|
| com.flowable.core.idm.api | |
| com.flowable.idm.engine | |
| com.flowable.idm.engine.impl | |
| com.flowable.idm.engine.impl.action |
-
Uses of UserAccountService in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountService Modifier and Type Method Description UserAccountServicePlatformIdmEngineConfigurationApi. getUserAccountService() -
Uses of UserAccountService in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as UserAccountService Modifier and Type Field Description protected UserAccountServiceCoreIdmEngineConfiguration. userAccountServiceMethods in com.flowable.idm.engine that return UserAccountService Modifier and Type Method Description UserAccountServiceCoreIdmEngine. getUserAccountService()UserAccountServiceCoreIdmEngineConfiguration. getUserAccountService()Methods in com.flowable.idm.engine with parameters of type UserAccountService Modifier and Type Method Description voidCoreIdmEngineConfiguration. 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 classUserAccountServiceImplFields in com.flowable.idm.engine.impl declared as UserAccountService Modifier and Type Field Description protected UserAccountServicePlatformIdmEngineImpl. userAccountServiceMethods in com.flowable.idm.engine.impl that return UserAccountService Modifier and Type Method Description UserAccountServicePlatformIdmEngineImpl. 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 UserAccountServiceUserAccountScopedObjectProvider. userAccountServiceConstructors in com.flowable.idm.engine.impl.action with parameters of type UserAccountService Constructor Description UserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)