public interface GetAcl
GetAcl service api.
 This interface is not intended to be implemented by bundles. It is implemented by this bundle and may be used by client bundles.
| Modifier and Type | Method and Description | 
|---|---|
JSONObject | 
getAcl(javax.jcr.Session jcrSession,
      String resourcePath)
Gets the access control list for a resource. 
 | 
JSONObject getAcl(javax.jcr.Session jcrSession, String resourcePath) throws javax.jcr.RepositoryException, JSONException
jcrSession - the JCR session of the user updating the userresourcePath - The path of the resource to get the ACL for (required)javax.jcr.RepositoryExceptionJSONExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.