Author: lewismc
Date: Fri Apr  7 04:48:30 2017
New Revision: 1790500

URL: http://svn.apache.org/viewvc?rev=1790500&view=rev
Log:
GORA-498 Adding MongoDB Authentications

Modified:
    gora/site/trunk/content/current/gora-mongodb.md

Modified: gora/site/trunk/content/current/gora-mongodb.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-mongodb.md?rev=1790500&r1=1790499&r2=1790500&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-mongodb.md (original)
+++ gora/site/trunk/content/current/gora-mongodb.md Fri Apr  7 04:48:30 2017
@@ -31,6 +31,7 @@ Description of supported properties:
 |                            gora.mongodb.db | mytestdatabase                  
         |     Yes    | This value should specify the database for storage of 
documents.                                                              |
 |                         gora.mongodb.login | login                           
         |     No     | Login that will be used to authenticate against MongoDB 
server. If blank, driver won't try authentication.                    |
 |                        gora.mongodb.secret | password                        
         |     No     | Secret that will be used to authenticate against 
MongoDB server.                                                              |
+|           gora.mongodb.authentication.type | SCRAM-SHA-1                     
         |     No     | Authentication mechanism type that will be used to 
authenticate against MongoDB server.                                       |
 
 ##Gora MongoDB mappings
 You should then create a <code>gora-mongodb-mapping.xml</code> which will 
describe <b>how</b> you want to
@@ -81,4 +82,4 @@ Each <b>class</b> element specifying per
 | DATE       | Store as UTC datetime (ISODate) |
 | LIST       | Store as Array                  |
 | DOCUMENT   | Store as embedded document      |
-| OBJECTID   | Store as ObjectId (12-byte)     |
\ No newline at end of file
+| OBJECTID   | Store as ObjectId (12-byte)     |


Reply via email to