cancel
Showing results for 
Search instead for 
Did you mean: 

How to get ACL of a content in alfresco?

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I want to know if there is a way to get list ACLs attached to a document in alfresco.

I believe CMIS provides this capability using

 AclService aclService = session.getBinding().getAclService(); 


But i could not find anything similar in alfresco API.

Can anybody help?

Regards.
1 REPLY 1

kaynezhang
World-Class Innovator
World-Class Innovator
Please use
 org.alfresco.service.cmr.security.PermissionService

's
 getAllSetPermissions(NodeRef nodeRef)
method