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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 12:49 AM
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.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 03:50 AM
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
