Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.client.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 |
MongoDbAuthenticator.result()
Returns the results of the authentication attempt.
|
boolean |
Authenticator.result()
Returns the results of the authentication attempt.
|
void |
MongoDbAuthenticator.startAuthentication(Credential credential,
Connection connection)
Starts to authenticate the user with the specified credentials.
|
void |
Authenticator.startAuthentication(Credential credentials,
Connection connection)
Starts to authenticate the user with the specified credentials.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.