7374757677787980
String aclName, String targetName) throws UnAuthorizedAccessException { if(!canAccess(context, aclName, targetName)){ throw new UnAuthorizedAccessException("Insufficient Privileges"); } }