* {@inheritDoc}
*/
public List<ACLHolder> getACLHolders() throws RepositoryException, IllegalStateException,
UnsupportedOperationException
{
Statistics s = ALL_STATISTICS.get(GET_ACL_HOLDERS);
try
{
s.begin();
return wcs.getACLHolders();
}
finally
{
s.end();
}
}