Class AclCommand
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.AclCommand
-
public class AclCommand extends Object
Created by The eXo Platform SAS. ACL method implementation for Web Distributed Authoring and Versioning (WebDAV) protocol extension - Access Control Protocol: RFC3744.- Version:
- $
- Author:
- Vitaliy Gulyy
-
-
Constructor Summary
Constructors Constructor Description AclCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responseacl(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty requestBody)Applies changes for JCR node'sAccessControlListaccording to WebDAV ACL method request body represented byHierarchicalProperty
-
-
-
Method Detail
-
acl
public javax.ws.rs.core.Response acl(javax.jcr.Session session, String path, org.exoplatform.common.util.HierarchicalProperty requestBody)Applies changes for JCR node'sAccessControlListaccording to WebDAV ACL method request body represented byHierarchicalProperty- Parameters:
session- - actual sessionpath- - absolute path to jcr noderequestBody- - tree like structure to contain ACL method request body- Returns:
- response - http response for ACL method request
-
-