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 PlatformIdentityServiceprotected 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, waitMethods 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:
getScopeTypein interfaceScopedObjectProvider<UserAccount,UserAccount>
-
getScopedObject
- Specified by:
getScopedObjectin interfaceScopedObjectProvider<UserAccount,UserAccount>
-