mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
06.01.2007 be195cc68b1c823e3a8ae6b08c32632f2ae776f8
opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
@@ -29,13 +29,10 @@
import java.util.List;
import org.opends.server.core.AddOperation;
import org.opends.server.core.CompareOperation;
import org.opends.server.core.DeleteOperation;
import org.opends.server.core.ModifyOperation;
import org.opends.server.core.SearchOperation;
import org.opends.server.core.*;
import org.opends.server.types.Modification;
import org.opends.server.types.SearchResultEntry;
import org.opends.server.types.Entry;
/**
 * The AciLDAPOperationContainer is an AciContainer
@@ -93,6 +90,17 @@
    }
    /**
     * Constructor interface for the modify DN operation.
     * @param operation  The modify DN operation.
     * @param rights  The rights of the modify DN operation.
     * @param entry  The entry to evalauted for this modify DN.
     */
    public AciLDAPOperationContainer(ModifyDNOperation operation,  int rights,
                                     Entry entry) {
        super(operation, rights,  entry);
    }
    /**
     * Constructor interface for the LDAP search operation.
     * @param operation The search operation.
     * @param rights The rights of a search operation.