| | |
| | | |
| | | 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 |
| | |
| | | } |
| | | |
| | | /** |
| | | * 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. |