Java API's to create custom ACL in Alfresco and use them in application

cancel
Showing results for 
Search instead for 
Did you mean: 
ankitjainmanit
Active Member

Java API's to create custom ACL in Alfresco and use them in application

Hi,

I checked and found documentation related to ACL list : https://chemistry.apache.org/java/developing/guide.html#access-control

But apache cmis api's are depreceated, can anyone please help if we can use any api's to create custom ACL using the Alfresco java sdk and use those ACL in application.

1 Reply
angelborroy
Alfresco Employee

Re: Java API's to create custom ACL in Alfresco and use them in application

You can create GROUPS and USERS, ACLs are created automatically when giving permissions to a node for USERS and GROUPS.

Users and groups can be managed using Alfresco REST API:

https://docs.alfresco.com/content-services/latest/develop/rest-api-guide/people-groups/

Hyland Developer Evangelist