| | |
| | | import java.util.UUID; |
| | | |
| | | import org.opends.server.TestCaseUtils; |
| | | import org.opends.server.admin.ClassLoaderProvider; |
| | | import org.opends.server.backends.task.Task; |
| | | import org.opends.server.backends.task.TaskBackend; |
| | | import org.opends.server.backends.task.TaskState; |
| | |
| | | import org.opends.server.core.AddOperation; |
| | | import org.opends.server.core.AddOperationBasis; |
| | | import org.opends.server.core.CompareOperation; |
| | | import org.opends.server.core.CompareOperationBasis; |
| | | import org.opends.server.core.DeleteOperation; |
| | | import org.opends.server.core.DeleteOperationBasis; |
| | | import org.opends.server.core.DirectoryServer; |
| | |
| | | |
| | | |
| | | // Test a compare operation against the PWReset Target user. |
| | | CompareOperation compareOperation = |
| | | new CompareOperation(conn, conn.nextOperationID(), |
| | | CompareOperationBasis compareOperation = |
| | | new CompareOperationBasis(conn, conn.nextOperationID(), |
| | | conn.nextMessageID(), controls, targetDN, |
| | | DirectoryServer.getAttributeType("cn", true), |
| | | ByteStringFactory.create("PWReset Target")); |
| | |
| | | |
| | | |
| | | // Test a compare operation against the PWReset Target user. |
| | | CompareOperation compareOperation = |
| | | new CompareOperation(conn, conn.nextOperationID(), |
| | | CompareOperationBasis compareOperation = |
| | | new CompareOperationBasis(conn, conn.nextOperationID(), |
| | | conn.nextMessageID(), controls, targetDN, |
| | | DirectoryServer.getAttributeType("cn", true), |
| | | ByteStringFactory.create("PWReset Target")); |