Class UserAccountScopedObjectProvider
java.lang.Object
com.flowable.idm.engine.impl.action.UserAccountScopedObjectProvider
- All Implemented Interfaces:
ScopedObjectProvider<UserAccount,
UserAccount>
public class UserAccountScopedObjectProvider
extends Object
implements ScopedObjectProvider<UserAccount,UserAccount>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PlatformIdentityService
protected final UserAccountService
-
Constructor Summary
ConstructorsConstructorDescriptionUserAccountScopedObjectProvider
(UserAccountService userAccountService, PlatformIdentityService idmIdentityService) -
Method Summary
Modifier and TypeMethodDescriptiongetScopedObject
(String scopeType, String scopeId, SecurityScope securityScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.action.api.runtime.ScopedObjectProvider
getHistoricScopedObject
-
Field Details
-
userAccountService
-
idmIdentityService
-
-
Constructor Details
-
UserAccountScopedObjectProvider
public UserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)
-
-
Method Details
-
getScopeType
- Specified by:
getScopeType
in interfaceScopedObjectProvider<UserAccount,
UserAccount>
-
getScopedObject
- Specified by:
getScopedObject
in interfaceScopedObjectProvider<UserAccount,
UserAccount>
-