public interface DeleteAuthorizables
DeleteAuthorizables
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 |
deleteAuthorizables(javax.jcr.Session jcrSession,
Resource baseResource,
java.lang.String[] paths,
java.util.List<Modification> changes)
Deletes one or more users or groups from the repository
|
void deleteAuthorizables(javax.jcr.Session jcrSession, Resource baseResource, java.lang.String[] paths, java.util.List<Modification> changes) throws javax.jcr.RepositoryException
jcrSession
- the JCR session of the user creating the userbaseResource
- the base resource to calculate the relative paths from (required)paths
- An array of relative resource paths to Authorizables to be deleted (required)changes
- The list of changes for this operation (optional)javax.jcr.RepositoryException
- if authorizable (user or group) can't be deletedCopyright © 2022 The Apache Software Foundation. All rights reserved.