Merge branch 'mongodb' of https://github.com/madhawa-gunasekara/gora
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/c36a2c38 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/c36a2c38 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/c36a2c38 Branch: refs/heads/master Commit: c36a2c38b370799bd48a0eb30b1cced4c11dde4b Parents: f8706c9 84cde80 Author: Lewis John McGibbney <[email protected]> Authored: Fri Feb 3 11:33:54 2017 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Fri Feb 3 11:33:54 2017 -0800 ---------------------------------------------------------------------- gora-mongodb/pom.xml | 2 +- .../apache/gora/mongodb/store/MongoStore.java | 31 ++- .../mongodb/store/MongoStoreParameters.java | 20 +- .../GoraMongodbAuthenticationTestDriver.java | 234 +++++++++++++++++++ .../PLAIN_AuthenticationTest.java | 39 ++++ .../SCRAM_SHA_1_AuthenticationTest.java | 38 +++ 6 files changed, 360 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
