public interface DeleteAces
DeleteAces 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 | 
|---|---|
| void | deleteAces(javax.jcr.Session jcrSession,
          java.lang.String resourcePath,
          java.lang.String[] principalNamesToDelete)Deletes one or more ACEs from the access control list of a resource. | 
void deleteAces(javax.jcr.Session jcrSession,
                java.lang.String resourcePath,
                java.lang.String[] principalNamesToDelete)
         throws javax.jcr.RepositoryException
jcrSession - the JCR session of the user updating the userresourcePath - The path of the resource to update the ACL for (required)principalNamesToDelete - An array of ace principal names to delete.. (required)javax.jcr.RepositoryExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.