AccessControlEntry
from this policy. Only exactly those entries obtained through getAccessControlEntries can be removed. This method does not take effect until this policy has been re-set to a node by calling {@link AccessControlManager#setPolicy(String,AccessControlPolicy)}and save
is performed. An AccessControlException
is thrown if the specified entry is not present on this policy. A RepositoryException
is thrown if another error occurs.
@param ace the access control entry to be removed.
@throws AccessControlException if the specified entry is notpresent on the specified node.
@throws RepositoryException if another error occurs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|