mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
bd7b96e816
Do not let a user reattach to a flow started by another user. Reattaching to a flow using startFlowWithClientId for a flow not started by the current user throws a PermissionException Reattaching to a flow using reattachFlowWithClientId for a flow not started by the current user returns null. finishedFlowsWithClientIds does not return flows started by other users. Normal rpc permissions around startFlowWithClientId and startFlowDynamicWithClientId has also been added. To allow admins to remove client ids as well as be able to see all the client ids on the node, admin versions have been added that bypass the user restrictions. These can be permitted via rpc to only provide their usage to admins. |
||
---|---|---|
.. | ||
src | ||
build.gradle |