cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to set ACL on Spaces?

michael_dnb
Champ in-the-making
Champ in-the-making
Coming from Documentum, is it possible (I must be missing the feature if it is) to set ACL permissions to spaces.

I want to disable users from looking into other users home spaces (as well restrict by groups/subgroups via the web client.

Thanks for your help, especially if it's something simple i've missed.

Michael
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
ACLs are exposed in the web-client via the Manage Space Users and Manage Content Users actions. Users/groups are invited/removed from the list of authorities for a space and the inheritance of parent permissions can be modified.

The repository features a PermissionService Java API for full access to the ACL implementation - which includes Allow, Deny and Inherit. Permissions are at the Node level - so a document can inherit or have separate permissions from the parent folder node etc.

The permissions API is also accessable through the JavaScript scripting interface so can you construct rules and actions that setup and modify permissions on folders and documents if required.

Thanks,

Kevin

michael_dnb
Champ in-the-making
Champ in-the-making
Thanks Kevin, I'll have to review the space management closer.

Michael