public class UserAccountScopedObjectProvider extends Object implements com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>
| Modifier and Type | Field and Description |
|---|---|
protected PlatformIdentityService |
idmIdentityService |
protected UserAccountService |
userAccountService |
| Constructor and Description |
|---|
UserAccountScopedObjectProvider(UserAccountService userAccountService,
PlatformIdentityService idmIdentityService) |
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
getScopedObject(String scopeType,
String scopeId,
com.flowable.core.common.api.security.SecurityScope securityScope) |
String |
getScopeType() |
protected final UserAccountService userAccountService
protected final PlatformIdentityService idmIdentityService
public UserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)
public String getScopeType()
getScopeType in interface com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>public UserAccount getScopedObject(String scopeType, String scopeId, com.flowable.core.common.api.security.SecurityScope securityScope)
getScopedObject in interface com.flowable.action.api.runtime.ScopedObjectProvider<UserAccount>Copyright © 2019. All rights reserved.