ServerEntry entryView ) throws Exception
{
if ( !hasPermission( schemaManager, opContext, userGroupNames, username, authenticationLevel, entryName,
attrId, attrValue, microOperations, aciTuples, entry, entryView ) )
{
throw new LdapNoPermissionException();
}
}