public AccessControlList getACL( User user )
throws DataBackendException, UnknownEntityException
{
if(!TurbineSecurity.accountExists(user))
{
throw new UnknownEntityException("The account '" +
user.getUserName() + "' does not exist");
}
try
{
Hashtable roles = new Hashtable();