public class AclCommand extends Object
| Constructor and Description |
|---|
AclCommand() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
acl(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty requestBody)
Applies changes for JCR node's
AccessControlList
according to WebDAV ACL method request body represented by HierarchicalProperty |
public javax.ws.rs.core.Response acl(javax.jcr.Session session,
String path,
org.exoplatform.common.util.HierarchicalProperty requestBody)
AccessControlList
according to WebDAV ACL method request body represented by HierarchicalPropertysession - - actual sessionpath - - absolute path to jcr noderequestBody - - tree like structure to contain ACL method request bodyCopyright © 2016 eXo Platform SAS. All Rights Reserved.