public interface GetEffectiveAcl
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 |
---|---|
javax.json.JsonObject |
getEffectiveAcl(javax.jcr.Session jcrSession,
java.lang.String resourcePath)
Gets the effective access control list for a resource.
|
javax.json.JsonObject getEffectiveAcl(javax.jcr.Session jcrSession, java.lang.String resourcePath) throws javax.jcr.RepositoryException
jcrSession
- the JCR session of the user updating the userresourcePath
- The path of the resource to get the ACL for (required)javax.jcr.RepositoryException
- if any errors reading the informationCopyright © 2022 The Apache Software Foundation. All rights reserved.