Hi Kenny,
I do not know if there is any documentation.
What I do know is that you would want to use one or more of these 4 methods:
setAclGroup(String resource, String aclName) - sets the Execute ACL privileges on the indicated resource
setReadAclGroup(String resource, String aclName) - sets the Read ACL privileges on the indicated resource
setWriteAclGroup(String resource, String aclName) - sets the Write ACL privileges on the indicated resource
setBrowseAclGroup(String resource, String aclName) - sets the List ACL privileges on the indicated resource
Besides these methods, the ACLManager class has all sort of methods to handle ACL related actions (verification if an ACL is used, adding groups to ACLs, etc…)
#webMethods#Integration-Server-and-ESB#webMethods-General