| Package | Description | 
|---|---|
| com.allanbank.mongodb | 
 Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests. 
 | 
| com.allanbank.mongodb.connection.auth | 
 Wraps a connection and ensures that all requests are properly authenticated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MongoClientConfiguration.authenticate(String userName,
            String password)
Deprecated. 
 
Replaced with the more general  
Credential capability.
             Will be removed after the 1.3.0 release. | 
void | 
MongoClientConfiguration.authenticateAsAdmin(String userName,
                   String password)
Deprecated. 
 
Replaced with the more general  
Credential capability.
             Will be removed after the 1.3.0 release. | 
Authenticator | 
Credential.authenticator()
Returns an authenticator for the credential. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Authenticator.result()
Returns the results of the authentication attempt. 
 | 
boolean | 
MongoDbAuthenticator.result()
Returns the results of the authentication attempt. 
 | 
void | 
Authenticator.startAuthentication(Credential credentials,
                   Connection connection)
Starts to authenticate the user with the specified credentials. 
 | 
void | 
MongoDbAuthenticator.startAuthentication(Credential credential,
                   Connection connection)
Starts to authenticate the user with the specified credentials. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.