Applies access-control settings to a binder.
public void binder_setFunctionMembership( String accessToken, long binderId, FunctionMembership[] functionMemberships);
The binder_setFunctionMembership operation provides access-control settings for a folder or workspace. The term function is analogous to an access-control role in the UI.
NOTE:This operation is an overwrite operation, that sets all function memberships for the folder or workspace; you cannot use repeated calls to this operation to set memberships incrementally. Set all memberships for the workspace or folder with one call.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder whose access control you want to set.
An array of FunctionMembership Java objects.
None.
Java objects in the Vibe sources (see Working with Java Objects)