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 |
---|---|
Credential |
Credential.Builder.build()
Creates the credential from this builder.
|
Modifier and Type | Method and Description |
---|---|
Collection<Credential> |
MongoClientConfiguration.getCredentials()
Returns the map of database names to credentials to use to access that
database on the server.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoClientConfiguration.addCredential(Credential credentials)
Adds the specified credentials to the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoClientConfiguration.setCredentials(Collection<Credential> credentials)
Sets the credentials to use to access the server.
|
Modifier and Type | Method and Description |
---|---|
String |
MongoDbAuthenticator.passwordHash(Credential credentials)
Creates the MongoDB authentication hash of the password.
|
protected String |
MongoDbAuthenticator.passwordHash(MessageDigest md5,
Credential credentials)
Creates the MongoDB authentication hash of the password.
|
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.