binder_setFunctionMembership

Applies access-control settings to a binder.

Syntax

public void binder_setFunctionMembership( String accessToken, long binderId, FunctionMembership[] functionMemberships);

Description

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.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder whose access control you want to set.

functionMemberships

An array of FunctionMembership Java objects.

return_value

None.

See Also