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