ACCUMULO-4147 Add Accumulo Namespace Operations to Proxy

Squashed commit of the following:

commit a97782a97bddd0495fc493c7484907ff29b9e023
Author: Tristen Georgiou <tristen.georgiou@gmail.com>
Date:   Tue Mar 29 22:29:55 2016 -0700

    Added in missing calls to Assert.fail() to ensure that expected exceptions are thrown and removed a function call that doesn't actually throw the exception.

commit 3b9cff9219cecc93392e32741177531ed7d1dbe5
Merge: 9d2dc05 1d49030
Author: Tristen Georgiou <tristen.georgiou@gmail.com>
Date:   Fri Mar 25 14:03:48 2016 -0700

    Merge remote-tracking branch 'upstream/master'

commit 9d2dc05dde1a3896af1ac64e0e2bea67d784ad89
Author: Tristen Georgiou <tristen.georgiou@gmail.com>
Date:   Fri Mar 25 14:01:52 2016 -0700

    Added in integration tests for the proxy namespace operations.

commit 9cb8bc88fbc205ca841bf59159c5060fede43990
Merge: eacedaa c4d6eee
Author: Tristen Georgiou <tgeorgiou@phemi.com>
Date:   Thu Feb 25 17:05:55 2016 -0800

    Merge remote-tracking branch 'upstream/master'

commit eacedaaccd9d79d8a1f2303a2aef15599acfcb10
Author: Tristen Georgiou <tgeorgiou@phemi.com>
Date:   Thu Feb 25 17:03:17 2016 -0800

    Added in IT tests for namespace operations and added in a namespace example file under the python examples .

commit 8dc5ab95d97f5c825222ab2ed52afaf2553e05a2
Merge: e149233 2651ba8
Author: Tristen Georgiou <tgeorgiou@phemi.com>
Date:   Thu Feb 25 11:50:34 2016 -0800

    Merge remote-tracking branch 'upstream/master'

commit e149233c5340329410d83270a523fdb6a8a57cb9
Author: Tristen Georgiou <tristen.georgiou@gmail.com>
Date:   Sat Feb 20 12:13:58 2016 -0800

    Formatting update.

commit cc254d7857adc696413afd6ff0d945f955af5853
Author: Tristen Georgiou <tristen.georgiou@gmail.com>
Date:   Sat Feb 20 10:55:21 2016 -0800

    Added in namespace security operation permission functions.

commit 7e3c4d40c7ec6df43730e142b5dc87fa498caebe
Author: Tristen Georgiou <tgeorgiou@phemi.com>
Date:   Fri Feb 19 16:10:21 2016 -0800

    Initial implementation for proxy namespace operations.
18 files changed
tree: 9bce22a8a425ed7a39f2d2a002b51bd755423638
  1. examples/
  2. src/
  3. .gitignore
  4. pom.xml
  5. proxy.properties
  6. README